|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| 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 |
|---|
| Modifier and Type | Method and Description |
|---|---|
protected SourceFileType |
SourceFileProcessor.SourceFileEditor.getSourceFileType()
Gets the model of the editor. |
SourceFileType |
SourceFileProcessor.getSourceFileType(org.jomc.model.Implementation implementation)
Gets the model of an implementation source file of the modules of the instance. |
SourceFileType |
SourceFileProcessor.getSourceFileType(org.jomc.model.Specification specification)
Gets the model of a specification source file of the modules of the instance. |
| Uses of SourceFileType in org.jomc.tools.model |
|---|
| Modifier and Type | Field and Description |
|---|---|
protected List<SourceFileType> |
SourceFilesType.sourceFile
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<SourceFileType> |
ObjectFactory.createSourceFile(SourceFileType value)
Create an instance of JAXBElement<SourceFileType>} |
| Constructor and Description |
|---|
SourceFileType(SourceFileType o)
Creates a new SourceFileType instance by deeply copying a given SourceFileType instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||