Uses of Interface
org.objectweb.dsrg.sofa.repository.model.CodeBundle

Packages that use CodeBundle
org.objectweb.dsrg.sofa   
org.objectweb.dsrg.sofa.deployment   
org.objectweb.dsrg.sofa.repository   
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
org.objectweb.dsrg.sofa.repository.renamer   
 

Uses of CodeBundle in org.objectweb.dsrg.sofa
 

Methods in org.objectweb.dsrg.sofa that return CodeBundle
 CodeBundle SOFAClassLoader.getCodeBundle(java.lang.Class<?> cl)
          Returns CodeBundle the specified class originates from.
 

Methods in org.objectweb.dsrg.sofa with parameters of type CodeBundle
 java.lang.Class<?> SOFAClassLoader.loadClass(CodeBundle bundle, java.lang.String className)
          Loads class stored in CodeBundle and its dependancies.
 

Uses of CodeBundle in org.objectweb.dsrg.sofa.deployment
 

Methods in org.objectweb.dsrg.sofa.deployment with parameters of type CodeBundle
 DeploymentPlan DeploymentPlanGenerator.generateDeploymentPlan(AssemblyDescriptor assemblyDescriptor, java.lang.String dpName, java.lang.String dpVersion, java.lang.String connectorsFilename, CodeBundle connectorsCB)
          Deprecated. 
 DeploymentPlan DeploymentPlanGeneratorImpl.generateDeploymentPlan(AssemblyDescriptor assemblyDescriptor, java.lang.String dpName, java.lang.String dpVersion, java.lang.String connImplementationFileName, CodeBundle connectorsCB)
          Deprecated. 
 void DeploymentPlanGenerator.generateDeploymentPlan(DeploymentPlan deplPlan, AssemblyDescriptor assemblyDescriptor, CodeBundle connectorsCB)
           
 void DeploymentPlanGeneratorImpl.generateDeploymentPlan(DeploymentPlan dp, AssemblyDescriptor assemblyDescriptor, CodeBundle connectorsCB)
           
 

Uses of CodeBundle in org.objectweb.dsrg.sofa.repository
 

Methods in org.objectweb.dsrg.sofa.repository that return CodeBundle
 CodeBundle RepositoryFacade.createCodeBundle(java.lang.String name, VersionedEntity entity)
          Creates code bundle for the given entity.
 

Methods in org.objectweb.dsrg.sofa.repository with parameters of type CodeBundle
static void CodeBundleHelper.cloneCodeBundle(CodeBundle src, CodeBundle dest)
          Creates copy of source CodeBundle content in destination CodeBundle.
static void CodeBundleHelper.downloadFile(java.io.File out, CodeBundle cb)
          Downloads whole CodeBundle content into one single file.
static void CodeBundleHelper.uploadFile(java.io.File in, CodeBundle cb)
          Uploads whole file into CodeBundle content.
 

Uses of CodeBundle in org.objectweb.dsrg.sofa.repository.model
 

Methods in org.objectweb.dsrg.sofa.repository.model that return CodeBundle
 CodeBundle ModelFactory.createCodeBundle()
          Returns a new object of class 'Code Bundle'
 CodeBundle RepositoryData.createCodeBundle(java.lang.String name, VersionedEntity entity)
           
 CodeBundle MicroContentClass.getCodeBundle()
          Returns the value of the 'Code Bundle' reference
 CodeBundle ControlInterface.getCodeBundle()
          Returns the value of the 'Code Bundle' reference
 CodeBundle InterfaceType.getCodeBundle()
          Returns the value of the 'Code Bundle' reference
 CodeBundle Architecture.getCodeBundle()
          Returns the value of the 'Code Bundle' reference
 CodeBundle MicroContentGenerator.getCodeBundle()
          Returns the value of the 'Code Bundle' reference
 CodeBundle MicroInterfaceType.getCodeBundle()
          Returns the value of the 'Code Bundle' reference
 CodeBundle ConnectorUnitDeploymentDescription.getCodeBundle()
          Returns the value of the 'Code Bundle' reference
 

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type CodeBundle
 void MicroContentClass.setCodeBundle(CodeBundle value)
          Sets the value of the 'Code Bundle' reference
 void ControlInterface.setCodeBundle(CodeBundle value)
          Sets the value of the 'Code Bundle' reference
 void InterfaceType.setCodeBundle(CodeBundle value)
          Sets the value of the 'Code Bundle' reference
 void Architecture.setCodeBundle(CodeBundle value)
          Sets the value of the 'Code Bundle' reference
 void MicroContentGenerator.setCodeBundle(CodeBundle value)
          Sets the value of the 'Code Bundle' reference
 void MicroInterfaceType.setCodeBundle(CodeBundle value)
          Sets the value of the 'Code Bundle' reference
 void ConnectorUnitDeploymentDescription.setCodeBundle(CodeBundle value)
          Sets the value of the 'Code Bundle' reference
 

Uses of CodeBundle in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement CodeBundle
 class CodeBundleImpl
          An implementation of the model object 'Code Bundle'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as CodeBundle
protected  CodeBundle InterfaceTypeImpl.codeBundle
          The cached value of the 'Code Bundle' reference
protected  CodeBundle MicroInterfaceTypeImpl.codeBundle
          The cached value of the 'Code Bundle' reference
protected  CodeBundle ArchitectureImpl.codeBundle
          The cached value of the 'Code Bundle' reference
protected  CodeBundle ControlInterfaceImpl.codeBundle
          The cached value of the 'Code Bundle' reference
protected  CodeBundle MicroContentGeneratorImpl.codeBundle
          The cached value of the 'Code Bundle' reference
protected  CodeBundle MicroContentClassImpl.codeBundle
          The cached value of the 'Code Bundle' reference
protected  CodeBundle ConnectorUnitDeploymentDescriptionImpl.codeBundle
          The cached value of the 'Code Bundle' reference
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return CodeBundle
 CodeBundle InterfaceTypeImpl.basicGetCodeBundle()
           
 CodeBundle MicroInterfaceTypeImpl.basicGetCodeBundle()
           
 CodeBundle ArchitectureImpl.basicGetCodeBundle()
           
 CodeBundle ControlInterfaceImpl.basicGetCodeBundle()
           
 CodeBundle MicroContentGeneratorImpl.basicGetCodeBundle()
           
 CodeBundle MicroContentClassImpl.basicGetCodeBundle()
           
 CodeBundle ConnectorUnitDeploymentDescriptionImpl.basicGetCodeBundle()
           
 CodeBundle ModelFactoryImpl.createCodeBundle()
           
 CodeBundle RepositoryDataImpl.createCodeBundle(java.lang.String name, VersionedEntity entity)
           
 CodeBundle InterfaceTypeImpl.getCodeBundle()
           
 CodeBundle MicroInterfaceTypeImpl.getCodeBundle()
           
 CodeBundle ArchitectureImpl.getCodeBundle()
           
 CodeBundle ControlInterfaceImpl.getCodeBundle()
           
 CodeBundle MicroContentGeneratorImpl.getCodeBundle()
           
 CodeBundle MicroContentClassImpl.getCodeBundle()
           
 CodeBundle ConnectorUnitDeploymentDescriptionImpl.getCodeBundle()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type CodeBundle
 void InterfaceTypeImpl.setCodeBundle(CodeBundle newCodeBundle)
           
 void MicroInterfaceTypeImpl.setCodeBundle(CodeBundle newCodeBundle)
           
 void ArchitectureImpl.setCodeBundle(CodeBundle newCodeBundle)
           
 void ControlInterfaceImpl.setCodeBundle(CodeBundle newCodeBundle)
           
 void MicroContentGeneratorImpl.setCodeBundle(CodeBundle newCodeBundle)
           
 void MicroContentClassImpl.setCodeBundle(CodeBundle newCodeBundle)
           
 void ConnectorUnitDeploymentDescriptionImpl.setCodeBundle(CodeBundle newCodeBundle)
           
 

Uses of CodeBundle in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type CodeBundle
 java.lang.Object ModelSwitch.caseCodeBundle(CodeBundle object)
          Returns the result of interpretting the object as an instance of 'Code Bundle'
 

Uses of CodeBundle in org.objectweb.dsrg.sofa.repository.renamer
 

Methods in org.objectweb.dsrg.sofa.repository.renamer with parameters of type CodeBundle
static java.util.Set<java.lang.String> RenamerHelper.getClasses(CodeBundle cb)
          Reads CodeBundle jar file stored on the server and returns contained classes.
static java.lang.String RenamerHelper.getNewClassName(java.lang.Class c, CodeBundle bundle)
          Creates a new classname for specified class from specified CodeBundle.
static java.lang.String RenamerHelper.getNewClassName(java.lang.String className, CodeBundle bundle)
          Creates a new classname for specified class from specified CodeBundle.
static void RenamerHelper.uploadRenamedFile(java.io.File in, CodeBundle cb)
          Main entry method of this class.