|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |