Uses of Class
org.jomc.model.Implementation

Packages that use Implementation
org.jomc.model Object management and configuration model classes. 
 

Uses of Implementation in org.jomc.model
 

Fields in org.jomc.model with type parameters of type Implementation
protected  List<Implementation> Implementations.implementation
           
 

Methods in org.jomc.model that return Implementation
 Implementation Implementation.clone()
          Creates and returns a deep copy of this object.
private  Implementation DefaultModelManager.collectImplementation(Modules modules, Class clazz)
           
 Implementation ObjectFactory.createImplementation()
          Create an instance of Implementation
 Implementation Implementations.getImplementation(Class implementation)
          Gets an implementation for a given class from the list.
 Implementation Modules.getImplementation(Class implementation)
          Gets an implementation for a given class from this list of modules.
private  Implementation DefaultModelManager.getImplementation(Modules modules, Object object)
          Gets the implementation of an object.
 Implementation Implementations.getImplementation(String implementation)
          Gets an implementation for a given identifier from the list.
 Implementation Modules.getImplementation(String implementation)
          Gets an implementation for a given identifier from this list of modules.
 Implementation Modules.getImplementation(String specification, String name)
          Gets an implementation for a given name implementing a given specification from this list of modules.
 Implementation Implementations.getImplementationByName(String name)
          Gets an implementation for a given name from the list.
 

Methods in org.jomc.model that return types with arguments of type Implementation
 JAXBElement<Implementation> ObjectFactory.createImplementation(Implementation value)
          Create an instance of JAXBElement<Implementation>}
 List<Implementation> Implementations.getImplementation()
          Gets the value of the implementation property.
 

Methods in org.jomc.model with parameters of type Implementation
 JAXBElement<Implementation> ObjectFactory.createImplementation(Implementation value)
          Create an instance of JAXBElement<Implementation>}
 Instance DefaultModelManager.getInstance(Modules modules, Implementation implementation, ClassLoader cl)
           
 Instance ModelManager.getInstance(Modules modules, Implementation implementation, ClassLoader classLoader)
          Gets an instance of an implementation.
 Instance DefaultModelManager.getInstance(Modules modules, Implementation implementation, Dependency dependency, ClassLoader cl)
           
 Instance ModelManager.getInstance(Modules modules, Implementation implementation, Dependency dependency, ClassLoader classLoader)
          Gets an instance of an implementation for a dependency.
private  ModelException.Detail DefaultModelManager.newDependencyPropertyReferenceConstraintDetail(JAXBElement<? extends ModelObject> element, Implementation implementation, Dependency dependency)
           
private  ModelException.Detail DefaultModelManager.newImplementationSpecificationDeclarationConstraintDetail(JAXBElement<? extends ModelObject> element, Implementation implementation, Specification specification)
           
private  ModelException.Detail DefaultModelManager.newInheritanceConstraintDetail(JAXBElement<? extends ModelObject> element, Implementation child, Implementation parent)
           
private  ModelException.Detail DefaultModelManager.newPropertyOverwriteConstraintDetail(JAXBElement<? extends ModelObject> element, Implementation implementation, Dependency dependency, Specification specification, String scope)
           
 

Method parameters in org.jomc.model with type arguments of type Implementation
private static void Implementations.copyImplementation(List<Implementation> source, List<Implementation> target)
          Copies all values of property Implementation deeply.
private static void Implementations.copyImplementation(List<Implementation> source, List<Implementation> target)
          Copies all values of property Implementation deeply.
 

Constructors in org.jomc.model with parameters of type Implementation
Implementation(Implementation o)
          Creates a new Implementation instance by deeply copying a given instance.
 



Copyright © 2005-2009 The JOMC Project. All Rights Reserved.