Uses of Interface
org.eclipse.mtj.api.deployment.DeploymentFactory

Packages that use DeploymentFactory
org.eclipse.mtj.api.deployment   
org.eclipse.mtj.api.deployment.impl   
 

Uses of DeploymentFactory in org.eclipse.mtj.api.deployment
 

Fields in org.eclipse.mtj.api.deployment declared as DeploymentFactory
static DeploymentFactory DeploymentFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.mtj.api.deployment that return DeploymentFactory
 DeploymentFactory DeploymentPackage.getDeploymentFactory()
          Returns the factory that creates the instances of the model.
 

Uses of DeploymentFactory in org.eclipse.mtj.api.deployment.impl
 

Classes in org.eclipse.mtj.api.deployment.impl that implement DeploymentFactory
 class DeploymentFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.mtj.api.deployment.impl that return DeploymentFactory
 DeploymentFactory DeploymentPackageImpl.getDeploymentFactory()