Method and Description |
---|
org.jomc.tools.SourceFileProcessor.SourceFileEditor.getAddedSections()
As of JOMC 1.2, deprecated without replacement. This method will be removed in version 2.0.
|
org.jomc.tools.JomcTool.getDefaultTemplateProfile()
The
static modifier of this method and support to setup the default template profile using
a system property will be removed in version 2.0. |
org.jomc.tools.JomcTool.getJavaInterfaceNames(Implementation, boolean)
As of JOMC 1.2, replaced by method
JomcTool.getImplementedJavaTypeNames(org.jomc.model.Implementation, boolean) .
This method will be removed in version 2.0. |
org.jomc.tools.SourceFileProcessor.getSourceFileEditor(Implementation)
As of JOMC 1.2, please use method
SourceFileProcessor.getSourceFileEditor() . This method will be removed in
version 2.0. |
org.jomc.tools.SourceFileProcessor.getSourceFileEditor(Specification)
As of JOMC 1.2, please use method
SourceFileProcessor.getSourceFileEditor() . This method will be removed in
version 2.0. |
org.jomc.tools.SourceFileProcessor.getSourceFilesType()
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. |
org.jomc.tools.SourceFileProcessor.SourceFileEditor.getSourceFileType()
As of JOMC 1.2, deprecated without replacement. This method will be removed in version 2.0.
|
org.jomc.tools.SourceFileProcessor.getSourceFileType(Implementation)
As of JOMC 1.2, please use method
SourceFileProcessor.getSourceFilesType(org.jomc.model.Implementation) . This
method will be removed in version 2.0. |
org.jomc.tools.SourceFileProcessor.getSourceFileType(Specification)
As of JOMC 1.2, please use method
SourceFileProcessor.getSourceFilesType(org.jomc.model.Specification) . This
method will be removed in version 2.0. |
org.jomc.tools.JomcTool.getTemplateEncoding()
As of JOMC 1.3, replaced by method
JomcTool.getDefaultTemplateEncoding() . This method will be removed
in JOMC 2.0. |
org.jomc.tools.SourceFileProcessor.SourceFileEditor.getUnknownSections()
As of JOMC 1.2, deprecated without replacement. This method will be removed in version 2.0.
|
org.jomc.tools.SourceFileProcessor.SourceFileEditor.getVelocityContext()
As of JOMC 1.2, deprecated without replacement. This method will be removed in version 2.0.
|
org.jomc.tools.JomcTool.setDefaultTemplateProfile(String)
The
static modifier of this method will be removed in version 2.0. |
org.jomc.tools.JomcTool.setTemplateEncoding(String)
As of JOMC 1.3, replaced by method
JomcTool.setDefaultTemplateEncoding(java.lang.String) . This method
will be removed in JOMC 2.0. |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved.