Package | Description |
---|---|
org.jomc.tools |
Object management and configuration tool classes.
|
org.jomc.tools.model |
Object management and configuration tools model classes.
|
Modifier and Type | Method and Description |
---|---|
SourceFilesType |
SourceFileProcessor.getSourceFilesType()
Deprecated.
As of JOMC 1.2, please add source file models to
Specification s and Implementation s
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.
|
Modifier and Type | Method and Description |
---|---|
SourceFilesType |
SourceFilesType.clone()
Creates and returns a deep copy of this object.
|
SourceFilesType |
ObjectFactory.createSourceFilesType()
Create an instance of
SourceFilesType |
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<SourceFilesType> |
ObjectFactory.createSourceFiles(SourceFilesType value)
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<SourceFilesType> |
ObjectFactory.createSourceFiles(SourceFilesType value)
|
Constructor and Description |
---|
SourceFilesType(SourceFilesType o)
Creates a new
SourceFilesType instance by deeply copying a given SourceFilesType instance. |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved.