Uses of Class
org.jomc.model.Dependencies

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

Uses of Dependencies in org.jomc.model
 

Fields in org.jomc.model declared as Dependencies
protected  Dependencies Instance.dependencies
           
protected  Dependencies Implementation.dependencies
           
 

Methods in org.jomc.model that return Dependencies
 Dependencies Dependencies.clone()
          Creates and returns a deep copy of this object.
 Dependencies ObjectFactory.createDependencies()
          Create an instance of Dependencies
 Dependencies Instance.getDependencies()
          Dependencies of this instance or null.
 Dependencies Implementation.getDependencies()
          Dependencies of this implementation or null.
 Dependencies Modules.getDependencies(String implementation)
          Gets all dependencies of an implementation from this list of modules.
 

Methods in org.jomc.model that return types with arguments of type Dependencies
 JAXBElement<Dependencies> ObjectFactory.createDependencies(Dependencies value)
          Create an instance of JAXBElement<Dependencies>}
 

Methods in org.jomc.model with parameters of type Dependencies
(package private)  void Modules.collectDependencies(Implementation implementation, Dependencies dependencies, Implementations seen, boolean includeDeclared)
           
 JAXBElement<Dependencies> ObjectFactory.createDependencies(Dependencies value)
          Create an instance of JAXBElement<Dependencies>}
private  void DefaultModelManager.resolveClasspath(Modules modules, Dependencies dependencies, Module cpModule)
           
 void Instance.setDependencies(Dependencies value)
          Sets the value of the dependencies property.
 void Implementation.setDependencies(Dependencies value)
          Sets the value of the dependencies property.
 

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



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