A B C D E G I J L M N O P S T V W

A

ANNOTATIONS_SECTION_NAME - Static variable in class org.jomc.tools.JavaSources
Constant for the name of the implementation annotations source code section.
annotationsSectionPresent - Variable in class org.jomc.tools.JavaSources.JavaEditor
Flag indicating that the source code of the editor contains an annotations section.
assertValidTemplates(Implementation) - Method in class org.jomc.tools.JavaBundles
 

B

BUNDLE_SUFFIX - Static variable in class org.jomc.tools.JavaBundles
Constant for the suffix appended to implementation identifiers.
BUNDLE_TEMPLATE - Static variable in class org.jomc.tools.JavaBundles
Location of the Bundle.java.vm template.

C

commitClasses(File) - Method in class org.jomc.tools.JavaClasses
Commits meta-data of the modules of the instance to compiled Java classes.
commitClasses(Module, File) - Method in class org.jomc.tools.JavaClasses
Commits meta-data of a given module of the modules of the instance to compiled Java classes.
commitClasses(Specification, File) - Method in class org.jomc.tools.JavaClasses
Commits meta-data of a given specification of the modules of the instance to compiled Java classes.
commitClasses(Implementation, File) - Method in class org.jomc.tools.JavaClasses
Commits meta-data of a given implementation of the modules of the instance to compiled Java classes.
CONSTRUCTORS_HEAD_TEMPLATE - Static variable in class org.jomc.tools.JavaSources
Name of the implementation-constructors-head.vm template.
CONSTRUCTORS_SECTION_NAME - Static variable in class org.jomc.tools.JavaSources
Constant for the name of the constructors source code section.
CONSTRUCTORS_TAIL_TEMPLATE - Static variable in class org.jomc.tools.JavaSources
Name of the implementation-constructors-tail.vm template.
constructorsSectionPresent - Variable in class org.jomc.tools.JavaSources.JavaImplementationEditor
Flag indicating that the source code of the editor contains a constructors section.

D

decodeModelObject(byte[], Class<T>) - Method in class org.jomc.tools.JavaClasses
Decodes a model object from a byte array.
DEFAULT_CONSTRUCTOR_SECTION_NAME - Static variable in class org.jomc.tools.JavaSources
Constant for the name of the default constructor source code section.
defaultConstructorSectionPresent - Variable in class org.jomc.tools.JavaSources.JavaImplementationEditor
Flag indicating that the source code of the editor contains a default constructor section.
defaultLocale - Variable in class org.jomc.tools.JavaBundles
The language of the default language properties file of the bundle.
DEPENDENCIES_SECTION_NAME - Static variable in class org.jomc.tools.JavaSources
Constant for the name of the dependencies source code section.
DEPENDENCIES_TEMPLATE - Static variable in class org.jomc.tools.JavaSources
Name of the implementation-dependencies.vm template.
dependenciesSectionPresent - Variable in class org.jomc.tools.JavaSources.JavaImplementationEditor
Flag indicating that the source code of the editor contains a dependencies section.
DOCUMENTATION_SECTION_NAME - Static variable in class org.jomc.tools.JavaSources
Constant for the name of the documentation source code section.
documentationSectionPresent - Variable in class org.jomc.tools.JavaSources.JavaEditor
Flag indicating that the source code of the editor contains a documentation section.

E

editAnnotationsSection(Section) - Method in class org.jomc.tools.JavaSources.JavaEditor
Edits the annotations section of the source code of the editor.
editAnnotationsSection(Section) - Method in class org.jomc.tools.JavaSources.JavaImplementationEditor
Edits the annotations section of the source code of the editor.
editAnnotationsSection(Section) - Method in class org.jomc.tools.JavaSources.JavaSpecificationEditor
Edits the annotations section of the source code of the editor.
editConstructorsSection(Section) - Method in class org.jomc.tools.JavaSources.JavaImplementationEditor
Edits the constructors section of the source code of the editor.
editDefaultConstructorSection(Section) - Method in class org.jomc.tools.JavaSources.JavaImplementationEditor
Edits the default constructor section of the source code of the editor.
editDependenciesSection(Section) - Method in class org.jomc.tools.JavaSources.JavaImplementationEditor
Edits the dependencies section of the source code of the editor.
editDocumentationSection(Section) - Method in class org.jomc.tools.JavaSources.JavaEditor
Edits the documentation section of the source code of the editor.
editDocumentationSection(Section) - Method in class org.jomc.tools.JavaSources.JavaImplementationEditor
Edits the documentation section of the source code of the editor.
editDocumentationSection(Section) - Method in class org.jomc.tools.JavaSources.JavaSpecificationEditor
Edits the documentation section of the source code of the editor.
editLicenseSection(Section) - Method in class org.jomc.tools.JavaSources.JavaEditor
Edits the license section of the source code of the editor.
editLicenseSection(Section) - Method in class org.jomc.tools.JavaSources.JavaImplementationEditor
Edits the license section of the source code of the editor.
editLicenseSection(Section) - Method in class org.jomc.tools.JavaSources.JavaSpecificationEditor
Edits the license section of the source code of the editor.
editMessagesSection(Section) - Method in class org.jomc.tools.JavaSources.JavaImplementationEditor
Edits the messages section of the source code of the editor.
editPropertiesSection(Section) - Method in class org.jomc.tools.JavaSources.JavaImplementationEditor
Edits the properties section of the source code of the editor.
editSection(Section) - Method in class org.jomc.tools.JavaSources.JavaEditor
 
editSection(Section) - Method in class org.jomc.tools.JavaSources.JavaImplementationEditor
 
encodeModelObject(JAXBElement<? extends ModelObject>) - Method in class org.jomc.tools.JavaClasses
Encodes a model object to a byte array.

G

GENERATOR_NAME - Static variable in class org.jomc.tools.JavaBundles
Name of the generator.
GENERATOR_NAME - Static variable in class org.jomc.tools.JavaSources
Name of the generator.
GENERATOR_VERSION - Static variable in class org.jomc.tools.JavaBundles
Constant for the version of the generator.
GENERATOR_VERSION - Static variable in class org.jomc.tools.JavaSources
Constant for the version of the generator.
getAnnotationsSection(Specification) - Method in class org.jomc.tools.JavaSources
Gets the Java source code of the specification annotations section.
getAnnotationsSection(Implementation) - Method in class org.jomc.tools.JavaSources
Gets the Java source code of the implementation annotations section.
getClassfileAttribute(JavaClass, String) - Method in class org.jomc.tools.JavaClasses
Gets an attribute from a java class.
getConstructorsSectionHeadContent(Implementation) - Method in class org.jomc.tools.JavaSources
Gets the Java source code of the constructors section head content of an implementation.
getConstructorsSectionTailContent(Implementation) - Method in class org.jomc.tools.JavaSources
Gets the Java source code of the constructors section tail content of an implementation.
getDefaultLocale() - Method in class org.jomc.tools.JavaBundles
Gets the language of the default language properties file of the bundle.
getDependenciesSection(Implementation) - Method in class org.jomc.tools.JavaSources
Gets the Java source code of the dependencies section of an implementation.
getDisplayLanguage(String) - Method in class org.jomc.tools.JomcTool
Gets the display language of a given language code.
getDocumentationSection(Specification) - Method in class org.jomc.tools.JavaSources
Gets the Java source code of the documentation section of a specification.
getDocumentationSection(Implementation) - Method in class org.jomc.tools.JavaSources
Gets the Java source code of the documentation section of an implementation.
getImplementationEditor(Implementation) - Method in class org.jomc.tools.JavaSources
Gets a new editor for editing Java implementation source code.
getImplementationTemplate(Implementation) - Method in class org.jomc.tools.JavaSources
Gets the Java source code template of an implementation.
getInputEncoding() - Method in class org.jomc.tools.JomcTool
Gets the encoding to use for reading files.
getJavaClass(File) - Method in class org.jomc.tools.JavaClasses
Parses a class file.
getJavaClass(URL, String) - Method in class org.jomc.tools.JavaClasses
Parses a class file.
getJavaClass(InputStream, String) - Method in class org.jomc.tools.JavaClasses
Parses a class file.
getJavaClasspathLocation(Specification) - Method in class org.jomc.tools.JomcTool
Gets the Java class path location of a specification.
getJavaClasspathLocation(Implementation) - Method in class org.jomc.tools.JomcTool
Gets the Java class path location of an implementation.
getJavadocComment(Text, String) - Method in class org.jomc.tools.JomcTool
Formats a text to a Javadoc comment.
getJavaGetterMethodName(Property) - Method in class org.jomc.tools.JomcTool
Gets the name of a Java accessor method of a given property.
getJavaGetterMethodName(Dependency) - Method in class org.jomc.tools.JomcTool
Gets the name of a Java accessor method of a given dependency.
getJavaGetterMethodName(Message) - Method in class org.jomc.tools.JomcTool
Gets the name of a Java accessor method of a given message.
getJavaInterfaces(Implementation, boolean) - Method in class org.jomc.tools.JomcTool
Gets all Java interfaces an implementation implements.
getJavaModifierName(Implementation, Dependency) - Method in class org.jomc.tools.JomcTool
Gets the name of a Java modifier of a dependency of a given implementation.
getJavaModifierName(Implementation, Message) - Method in class org.jomc.tools.JomcTool
Gets the name of a Java modifier of a message of a given implementation.
getJavaModifierName(Implementation, Property) - Method in class org.jomc.tools.JomcTool
Gets the name of a Java modifier for a given property of a given implementation.
getJavaPackageName(Specification) - Method in class org.jomc.tools.JomcTool
Gets the Java package name of a specification.
getJavaPackageName(SpecificationReference) - Method in class org.jomc.tools.JomcTool
Gets the Java package name of a specification reference.
getJavaPackageName(Implementation) - Method in class org.jomc.tools.JomcTool
Gets the Java package name of an implementation.
getJavaPackageName(String) - Method in class org.jomc.tools.JomcTool
 
getJavaString(String) - Method in class org.jomc.tools.JomcTool
Formats a string to a Java string with unicode escapes.
getJavaTypeName(Specification, boolean) - Method in class org.jomc.tools.JomcTool
Gets the Java type name of a specification.
getJavaTypeName(SpecificationReference, boolean) - Method in class org.jomc.tools.JomcTool
Gets the name of a Java type of a given specification reference.
getJavaTypeName(Implementation, boolean) - Method in class org.jomc.tools.JomcTool
Gets the Java type name of an implementation.
getJavaTypeName(Argument) - Method in class org.jomc.tools.JomcTool
Gets the Java type name of an argument.
getJavaTypeName(Property, boolean) - Method in class org.jomc.tools.JomcTool
Gets the Java type name of a property.
getJavaTypeName(Dependency) - Method in class org.jomc.tools.JomcTool
Gets the name of a Java type of a given dependency.
getLicenseSection(Specification) - Method in class org.jomc.tools.JavaSources
Gets the Java source code of the license section of a specification.
getLicenseSection(Implementation) - Method in class org.jomc.tools.JavaSources
Gets the Java source code of the license section of an implementation..
getListeners() - Method in class org.jomc.tools.JomcTool
Gets the list of registered listeners.
getLongDate(Calendar) - Method in class org.jomc.tools.JomcTool
Formats a calendar instance to a string.
getLongDateTime(Calendar) - Method in class org.jomc.tools.JomcTool
Formats a calendar instance to a string.
getLongTime(Calendar) - Method in class org.jomc.tools.JomcTool
Formats a calendar instance to a string.
getMessage(String, Object) - Method in class org.jomc.tools.JavaBundles
 
getMessage(String, Object) - Method in class org.jomc.tools.JavaClasses
 
getMessage(String, Object) - Method in class org.jomc.tools.JavaSources
 
getMessage(String, Object) - Method in class org.jomc.tools.JomcTool
 
getMessagesSection(Implementation) - Method in class org.jomc.tools.JavaSources
Gets the Java source code of the messages section of an implementation.
getModelManager() - Method in class org.jomc.tools.JomcTool
Gets the model manager of the instance.
getModules() - Method in class org.jomc.tools.JomcTool
Gets the modules of the instance.
getOutput(Section) - Method in class org.jomc.tools.JavaSources.JavaEditor
 
getOutput(Section) - Method in class org.jomc.tools.JavaSources.JavaImplementationEditor
 
getOutputEncoding() - Method in class org.jomc.tools.JomcTool
Gets the encoding to use for writing files.
getProfile() - Method in class org.jomc.tools.JomcTool
Gets the profile of the instance.
getPropertiesSection(Implementation) - Method in class org.jomc.tools.JavaSources
Gets the Java source code of the properties section of an implementation.
getResourceBundleResources(Implementation) - Method in class org.jomc.tools.JavaBundles
Gets the resource bundle properties of a given implementation.
getResourceBundleSources(Implementation) - Method in class org.jomc.tools.JavaBundles
Gets the source code of the Java class for accessing the resource bundle of a given implementation.
getShortDate(Calendar) - Method in class org.jomc.tools.JomcTool
Formats a calendar instance to a string.
getShortDateTime(Calendar) - Method in class org.jomc.tools.JomcTool
Formats a calendar instance to a string.
getShortTime(Calendar) - Method in class org.jomc.tools.JomcTool
Formats a calendar instance to a string.
getSpecificationEditor(Specification) - Method in class org.jomc.tools.JavaSources
Gets a new editor for editing Java specification source code.
getSpecificationTemplate(Specification) - Method in class org.jomc.tools.JavaSources
Gets the Java source code template of specification.
getTemplateEncoding() - Method in class org.jomc.tools.JomcTool
Gets the encoding to use for reading templates.
getVelocityContext() - Method in class org.jomc.tools.JavaBundles
Gets the velocity context used for merging templates.
getVelocityContext() - Method in class org.jomc.tools.JavaSources
Gets the velocity context used for merging templates.
getVelocityContext() - Method in class org.jomc.tools.JomcTool
Gets the velocity context used for merging templates.
getVelocityEngine() - Method in class org.jomc.tools.JomcTool
Gets the VelocityEngine used for generating source code.
getVelocityTemplate(String) - Method in class org.jomc.tools.JomcTool
Gets a velocity template for a given name.
getYears(Calendar, Calendar) - Method in class org.jomc.tools.JomcTool
Gets a string describing the range of years for given calendars.

I

implementation - Variable in class org.jomc.tools.JavaSources.JavaImplementationEditor
The implementation to edit.
IMPLEMENTATION_ANNOTATIONS_TEMPLATE - Static variable in class org.jomc.tools.JavaSources
Name of the implementation-annotations.vm template.
IMPLEMENTATION_DOCUMENTATION_TEMPLATE - Static variable in class org.jomc.tools.JavaSources
Name of the implementation-documentation.vm template.
IMPLEMENTATION_LICENSE_TEMPLATE - Static variable in class org.jomc.tools.JavaSources
Name of the implementation-license.vm template.
IMPLEMENTATION_TEMPLATE - Static variable in class org.jomc.tools.JavaSources
Name of the Implementation.java.vm template.
inputEncoding - Variable in class org.jomc.tools.JomcTool
The encoding to use for reading files.
isAnnotationsSectionPresent() - Method in class org.jomc.tools.JavaSources.JavaEditor
Gets a flag indicating that the source code of the editor contains an annotations section.
isConstructorsSectionPresent() - Method in class org.jomc.tools.JavaSources.JavaImplementationEditor
Gets a flag indicating that the source code of the editor contains a constructors section.
isDefaultConstructorSectionPresent() - Method in class org.jomc.tools.JavaSources.JavaImplementationEditor
Gets a flag indicating that the source code of the editor contains a default constructor section.
isDependenciesSectionPresent() - Method in class org.jomc.tools.JavaSources.JavaImplementationEditor
Gets a flag indicating that the source code of the editor contains a dependencies section.
isDocumentationSectionPresent() - Method in class org.jomc.tools.JavaSources.JavaEditor
Gets a flag indicating that the source code of the editor contains a documentation section.
isJavaClassDeclaration(Specification) - Method in class org.jomc.tools.JomcTool
Gets a flag indicating if a given specification declares a Java class.
isJavaClassDeclaration(Implementation) - Method in class org.jomc.tools.JomcTool
Gets a flag indicating if a given implementation declares a Java class.
isJavaDefaultPackage(Specification) - Method in class org.jomc.tools.JomcTool
Gets a flag indicating if the class of a given specification is located in the Java default package.
isJavaDefaultPackage(Implementation) - Method in class org.jomc.tools.JomcTool
Gets a flag indicating if the class of a given implementation is located in the Java default package.
isJavaPrimitiveType(Property) - Method in class org.jomc.tools.JomcTool
Gets a flag indicating if the type of a given property is a Java primitive.
isLicenseSectionPresent() - Method in class org.jomc.tools.JavaSources.JavaEditor
Gets a flag indicating that the source code of the editor contains a license section.
isMessagesSectionPresent() - Method in class org.jomc.tools.JavaSources.JavaImplementationEditor
Gets a flag indicating that the source code of the editor contains a messages section.
isPropertiesSectionPresent() - Method in class org.jomc.tools.JavaSources.JavaImplementationEditor
Gets a flag indicating that the source code of the editor contains a properties section.

J

JavaBundles - Class in org.jomc.tools
Generates Java bundles.
JavaBundles() - Constructor for class org.jomc.tools.JavaBundles
Creates a new JavaBundles instance.
JavaBundles(JavaBundles) - Constructor for class org.jomc.tools.JavaBundles
Creates a new JavaBundles instance taking a JavaBundles instance to initialize the instance with.
JavaClasses - Class in org.jomc.tools
Manages Java classes.
JavaClasses() - Constructor for class org.jomc.tools.JavaClasses
Creates a new JavaClasses instance.
JavaClasses(JavaClasses) - Constructor for class org.jomc.tools.JavaClasses
Creates a new JavaClasses instance taking a JavaClasses instance to initialize the instance with.
JavaSources - Class in org.jomc.tools
Manages Java source code.
JavaSources() - Constructor for class org.jomc.tools.JavaSources
Creates a new JavaSources instance.
JavaSources(JavaSources) - Constructor for class org.jomc.tools.JavaSources
Creates a new JavaSources instance taking a JavaSources instance to initialize the instance with.
JavaSources.JavaEditor - Class in org.jomc.tools
Extension to SectionEditor for editing Java source code.
JavaSources.JavaEditor() - Constructor for class org.jomc.tools.JavaSources.JavaEditor
Creates a new JavaEditor instance.
JavaSources.JavaEditor(LineEditor) - Constructor for class org.jomc.tools.JavaSources.JavaEditor
Creates a new JavaEditor instance taking a LineEditor to chain.
JavaSources.JavaImplementationEditor - Class in org.jomc.tools
Extension to JavaEditor for editing implementation source code.
JavaSources.JavaImplementationEditor(Implementation) - Constructor for class org.jomc.tools.JavaSources.JavaImplementationEditor
Creates a new JavaImplementationEditor instance for editing the source code of a given implementation.
JavaSources.JavaImplementationEditor(LineEditor, Implementation) - Constructor for class org.jomc.tools.JavaSources.JavaImplementationEditor
Creates a new JavaImplementationEditor instance for editing the source code of a given implementation taking a LineEditor to chain.
JavaSources.JavaSpecificationEditor - Class in org.jomc.tools
Extension to JavaEditor for editing specification source code.
JavaSources.JavaSpecificationEditor(Specification) - Constructor for class org.jomc.tools.JavaSources.JavaSpecificationEditor
Creates a new JavaSpecificationEditor instance for editing the source code of a given specification.
JavaSources.JavaSpecificationEditor(LineEditor, Specification) - Constructor for class org.jomc.tools.JavaSources.JavaSpecificationEditor
Creates a new JavaSpecificationEditor instance for editing the source code of a given specification taking a LineEditor to chain.
JomcTool - Class in org.jomc.tools
Base tool class.
JomcTool() - Constructor for class org.jomc.tools.JomcTool
Creates a new JomcTool instance.
JomcTool(JomcTool) - Constructor for class org.jomc.tools.JomcTool
Creates a new JomcTool instance taking a JomcTool instance to initialize the new instance with.
JomcTool.Listener - Interface in org.jomc.tools
Listener interface.

L

LICENSE_SECTION_NAME - Static variable in class org.jomc.tools.JavaSources
Constant for the name of the license source code section.
licenseSectionPresent - Variable in class org.jomc.tools.JavaSources.JavaEditor
Flag indicating that the source code of the editor contains a license section.
listeners - Variable in class org.jomc.tools.JomcTool
The listeners of the instance.
log(Level, String, Throwable) - Method in class org.jomc.tools.JomcTool
Notifies registered listeners.

M

manageSources(File) - Method in class org.jomc.tools.JavaSources
Manages the source code of the modules of the instance.
manageSources(Module, File) - Method in class org.jomc.tools.JavaSources
Manages the source code of a given module of the modules of the instance.
manageSources(Specification, File) - Method in class org.jomc.tools.JavaSources
Manages the source code of a given specification of the modules of the instance.
manageSources(Implementation, File) - Method in class org.jomc.tools.JavaSources
Manages the source code of a given implementation of the modules of the instance.
MESSAGES_SECTION_NAME - Static variable in class org.jomc.tools.JavaSources
Constant for the name of the messages source code section.
MESSAGES_TEMPLATE - Static variable in class org.jomc.tools.JavaSources
Name of the implementation-messages.vm template.
messagesSectionPresent - Variable in class org.jomc.tools.JavaSources.JavaImplementationEditor
Flag indicating that the source code of the editor contains a messages section.
modelManager - Variable in class org.jomc.tools.JomcTool
The model manager of the instance.
modules - Variable in class org.jomc.tools.JomcTool
The modules of the instance.

N

NO_BYTES - Static variable in class org.jomc.tools.JomcTool
Empty byte array.

O

onLog(Level, String, Throwable) - Method in interface org.jomc.tools.JomcTool.Listener
Get called on logging.
org.jomc.tools - package org.jomc.tools
Object management and configuration tool classes.
outputEncoding - Variable in class org.jomc.tools.JomcTool
The encoding to use for writing files.

P

profile - Variable in class org.jomc.tools.JomcTool
The profile of the instance.
PROPERTIES_SECTION_NAME - Static variable in class org.jomc.tools.JavaSources
Constant for the name of the properties source code section.
PROPERTIES_TEMPLATE - Static variable in class org.jomc.tools.JavaSources
Name of the implementation-properties.vm template.
propertiesSectionPresent - Variable in class org.jomc.tools.JavaSources.JavaImplementationEditor
Flag indicating that the source code of the editor contains a properties section.

S

setClassfileAttribute(JavaClass, String, byte[]) - Method in class org.jomc.tools.JavaClasses
Adds or updates an attribute in a java class.
setDefaultLocale(Locale) - Method in class org.jomc.tools.JavaBundles
Sets the language of the default language properties file of the bundle.
setInputEncoding(String) - Method in class org.jomc.tools.JomcTool
Sets the encoding to use for reading files.
setModelManager(ModelManager) - Method in class org.jomc.tools.JomcTool
Sets the model manager of the instance.
setModules(Modules) - Method in class org.jomc.tools.JomcTool
Sets the modules of the instance.
setOutputEncoding(String) - Method in class org.jomc.tools.JomcTool
Sets the encoding to use for writing files.
setProfile(String) - Method in class org.jomc.tools.JomcTool
Sets the profile of the instance.
setTemplateEncoding(String) - Method in class org.jomc.tools.JomcTool
Sets the encoding to use for reading templates.
setVelocityEngine(VelocityEngine) - Method in class org.jomc.tools.JomcTool
Sets the VelocityEngine of the instance.
specification - Variable in class org.jomc.tools.JavaSources.JavaSpecificationEditor
The specification to edit.
SPECIFICATION_ANNOTATIONS_TEMPLATE - Static variable in class org.jomc.tools.JavaSources
Name of the specification-annotations.vm template.
SPECIFICATION_DOCUMENTATION_TEMPLATE - Static variable in class org.jomc.tools.JavaSources
Name of the specification-documentation.vm template.
SPECIFICATION_LICENSE_TEMPLATE - Static variable in class org.jomc.tools.JavaSources
Name of the specification-license.vm template.
SPECIFICATION_TEMPLATE - Static variable in class org.jomc.tools.JavaSources
Name of the Specification.java.vm template.

T

TEMPLATE_PREFIX - Static variable in class org.jomc.tools.JomcTool
The prefix of the template location.
templateEncoding - Variable in class org.jomc.tools.JomcTool
The encoding to use for reading templates.
transformClasses(File, Transformer) - Method in class org.jomc.tools.JavaClasses
Transforms committed meta-data of compiled Java classes of the modules of the instance.
transformClasses(Module, File, Transformer) - Method in class org.jomc.tools.JavaClasses
Transforms committed meta-data of compiled Java classes of a given module of the modules of the instance.
transformClasses(Specification, JavaClass, Transformer) - Method in class org.jomc.tools.JavaClasses
Transforms committed meta-data of compiled Java classes of a given specification of the modules of the instance.
transformClasses(Implementation, JavaClass, Transformer) - Method in class org.jomc.tools.JavaClasses
Transforms committed meta-data of compiled Java classes of a given implementation of the modules of the instance.

V

validateClasses(File) - Method in class org.jomc.tools.JavaClasses
Validates compiled Java classes against the modules of the instance.
validateClasses(ClassLoader) - Method in class org.jomc.tools.JavaClasses
Validates compiled Java classes against the modules of the instance.
validateClasses(Module, File) - Method in class org.jomc.tools.JavaClasses
Validates compiled Java classes against a given module of the modules of the instance.
validateClasses(Module, ClassLoader) - Method in class org.jomc.tools.JavaClasses
Validates compiled Java classes against a given module of the modules of the instance.
validateClasses(Specification, JavaClass) - Method in class org.jomc.tools.JavaClasses
Validates compiled Java classes against a given specification of the modules of the instance.
validateClasses(Implementation, JavaClass) - Method in class org.jomc.tools.JavaClasses
Validates compiled Java classes against a given implementation of the modules of the instance.
VELOCITY_RESOURCE_LOADER - Static variable in class org.jomc.tools.JomcTool
Name of the velocity classpath resource loader implementation.
velocityEngine - Variable in class org.jomc.tools.JomcTool
VelocityEngine of the generator.

W

writeBundleResources(File) - Method in class org.jomc.tools.JavaBundles
Writes bundle resources of the modules of the instance to a given directory.
writeBundleResources(Module, File) - Method in class org.jomc.tools.JavaBundles
Writes bundle resources of a given module from the modules of the instance to a given directory.
writeBundleResources(Implementation, File) - Method in class org.jomc.tools.JavaBundles
Writes the bundle resources of a given implementation from the modules of the instance to a directory.
writeBundleSources(File) - Method in class org.jomc.tools.JavaBundles
Writes bundle sources of the modules of the instance to a given directory.
writeBundleSources(Module, File) - Method in class org.jomc.tools.JavaBundles
Writes bundle sources of a given module from the modules of the instance to a given directory.
writeBundleSources(Implementation, File) - Method in class org.jomc.tools.JavaBundles
Writes bundle sources of a given implementation from the modules of the instance to a given directory.

A B C D E G I J L M N O P S T V W

Copyright © 2005-2009 The JOMC Project. All Rights Reserved.