From cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:41:39 +0000 Subject: Moving site branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/model/assembly/AssemblyContext.html | 302 +++++++++++++++++++++ 1 file changed, 302 insertions(+) create mode 100644 site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyContext.html (limited to 'site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyContext.html') diff --git a/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyContext.html b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyContext.html new file mode 100644 index 0000000000..fddc6aded1 --- /dev/null +++ b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyContext.html @@ -0,0 +1,302 @@ + + + + + + + +AssemblyContext (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface AssemblyContext

+
+
All Known Implementing Classes:
AssemblyContextImpl
+
+
+
+
public interface AssemblyContext
+ + +

+Context object supplied by visitors that are processing the model. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ org.apache.tuscany.common.resource.ResourceLoadergetApplicationResourceLoader() + +
+          Returns a loader for resources in the application environment.
+ AssemblyFactorygetAssemblyFactory() + +
+          Returns a factory that can be used to create other model objects
+ AssemblyModelLoadergetAssemblyLoader() + +
+          Returns a loader that can be used to load sub-models.
+ commonj.sdo.helper.TypeHelpergetTypeHelper() + +
+          Returns an SDO type helper.
+ java.lang.StringgetWebAppName() + +
+          Returns the Web application module URI
+  +

+ + + + + + + + +
+Method Detail
+ +

+getAssemblyFactory

+
+AssemblyFactory getAssemblyFactory()
+
+
Returns a factory that can be used to create other model objects +

+

+ +
Returns:
a factory for model objects
+
+
+
+ +

+getApplicationResourceLoader

+
+org.apache.tuscany.common.resource.ResourceLoader getApplicationResourceLoader()
+
+
Returns a loader for resources in the application environment. +

+

+ +
Returns:
a loader for resources in the system environment
+
+
+
+ +

+getAssemblyLoader

+
+AssemblyModelLoader getAssemblyLoader()
+
+
Returns a loader that can be used to load sub-models. +

+

+ +
Returns:
a loader for sub-models
+
+
+
+ +

+getTypeHelper

+
+commonj.sdo.helper.TypeHelper getTypeHelper()
+
+
Returns an SDO type helper. +

+

+ +
Returns:
an SDO type helper
+
+
+
+ +

+getWebAppName

+
+java.lang.String getWebAppName()
+
+
Returns the Web application module URI +

+

+ +
Returns:
the module name of the Web app
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + -- cgit v1.2.3