Uses of Class
org.jomc.tools.model.SourceFilesType

Packages that use SourceFilesType
org.jomc.tools Object management and configuration tool classes. 
org.jomc.tools.model Object management and configuration tools model classes. 
 

Uses of SourceFilesType in org.jomc.tools
 

Methods in org.jomc.tools that return SourceFilesType
 SourceFilesType SourceFileProcessor.getSourceFilesType()
          Deprecated. As of JOMC 1.2, please add source file models to Specifications and Implementations directly. This method will be removed in version 2.0.
 SourceFilesType SourceFileProcessor.getSourceFilesType(Implementation implementation)
          Gets the source files model of an implementation of the modules of the instance.
 SourceFilesType SourceFileProcessor.getSourceFilesType(Specification specification)
          Gets the source files model of a specification of the modules of the instance.
 

Uses of SourceFilesType in org.jomc.tools.model
 

Methods in org.jomc.tools.model that return SourceFilesType
 SourceFilesType SourceFilesType.clone()
          Creates and returns a deep copy of this object.
 SourceFilesType ObjectFactory.createSourceFilesType()
          Create an instance of SourceFilesType
 

Methods in org.jomc.tools.model that return types with arguments of type SourceFilesType
 javax.xml.bind.JAXBElement<SourceFilesType> ObjectFactory.createSourceFiles(SourceFilesType value)
          Create an instance of JAXBElement<SourceFilesType>}
 

Methods in org.jomc.tools.model with parameters of type SourceFilesType
 javax.xml.bind.JAXBElement<SourceFilesType> ObjectFactory.createSourceFiles(SourceFilesType value)
          Create an instance of JAXBElement<SourceFilesType>}
 

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



Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.