org.apache.tuscany.sca.workspace
Interface Workspace

All Superinterfaces:
Artifact, Base, Contribution

public interface Workspace
extends Contribution

A workspace containing contributions.


Field Summary
 
Fields inherited from interface org.apache.tuscany.sca.contribution.Contribution
SCA_CONTRIBUTION_DEPLOYABLES, SCA_CONTRIBUTION_GENERATED_META, SCA_CONTRIBUTION_META
 
Method Summary
 java.util.List<Contribution> getContributions()
          Returns the list of contributions in the workspace.
 
Methods inherited from interface org.apache.tuscany.sca.contribution.Contribution
getArtifacts, getClassLoader, getDeployables, getExports, getImports, getModelResolver, setClassLoader, setModelResolver
 
Methods inherited from interface org.apache.tuscany.sca.contribution.Artifact
getContents, getLocation, getModel, getURI, setContents, setLocation, setModel, setURI
 
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
isUnresolved, setUnresolved
 

Method Detail

getContributions

java.util.List<Contribution> getContributions()
Returns the list of contributions in the workspace.

Returns:
the list of contributions