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

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

Uses of SourceFileType in org.jomc.tools
 

Methods in org.jomc.tools that return SourceFileType
protected  SourceFileType SourceFileProcessor.SourceFileEditor.getSourceFileType()
          Deprecated. As of JOMC 1.2, deprecated without replacement. This method will be removed in version 2.0.
 SourceFileType SourceFileProcessor.getSourceFileType(Implementation implementation)
          Deprecated. As of JOMC 1.2, please use method SourceFileProcessor.getSourceFilesType(org.jomc.model.Implementation). This method will be removed in version 2.0.
 SourceFileType SourceFileProcessor.getSourceFileType(Specification specification)
          Deprecated. As of JOMC 1.2, please use method SourceFileProcessor.getSourceFilesType(org.jomc.model.Specification). This method will be removed in version 2.0.
 

Methods in org.jomc.tools with parameters of type SourceFileType
 void SourceFileProcessor.SourceFileEditor.edit(Implementation implementation, SourceFileType sourceFileType, File sourcesDirectory)
          Edits a source file of a given implementation.
 void SourceFileProcessor.SourceFileEditor.edit(Specification specification, SourceFileType sourceFileType, File sourcesDirectory)
          Edits a source file of a given specification.
 

Uses of SourceFileType in org.jomc.tools.model
 

Fields in org.jomc.tools.model with type parameters of type SourceFileType
protected  List<SourceFileType> SourceFilesType.sourceFile
           
 

Methods in org.jomc.tools.model that return SourceFileType
 SourceFileType SourceFileType.clone()
          Creates and returns a deep copy of this object.
 SourceFileType ObjectFactory.createSourceFileType()
          Create an instance of SourceFileType
 SourceFileType SourceFilesType.getSourceFile(String identifier)
          Gets a source file model for a given name from the list of source file models.
 

Methods in org.jomc.tools.model that return types with arguments of type SourceFileType
 javax.xml.bind.JAXBElement<SourceFileType> ObjectFactory.createSourceFile(SourceFileType value)
          Create an instance of JAXBElement<SourceFileType>}
 List<SourceFileType> SourceFilesType.getSourceFile()
          Gets the value of the sourceFile property.
 

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

Constructors in org.jomc.tools.model with parameters of type SourceFileType
SourceFileType(SourceFileType o)
          Creates a new SourceFileType instance by deeply copying a given SourceFileType 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.