C D E G H I J L M N O R S T V W

C

ClassFileProcessor - Class in org.jomc.tools
Processes class files.
ClassFileProcessor() - Constructor for class org.jomc.tools.ClassFileProcessor
Creates a new ClassFileProcessor instance.
ClassFileProcessor(ClassFileProcessor) - Constructor for class org.jomc.tools.ClassFileProcessor
Creates a new ClassFileProcessor instance taking a ClassFileProcessor instance to initialize the instance with.
clone() - Method in class org.jomc.tools.model.SourceFilesType
Creates and returns a deep copy of this object.
clone() - Method in class org.jomc.tools.model.SourceFileType
Creates and returns a deep copy of this object.
clone() - Method in class org.jomc.tools.model.SourceSectionsType
Creates and returns a deep copy of this object.
clone() - Method in class org.jomc.tools.model.SourceSectionType
Creates and returns a deep copy of this object.
commitModelObjects(ModelContext, File) - Method in class org.jomc.tools.ClassFileProcessor
Commits model objects of the modules of the instance to class files.
commitModelObjects(Module, ModelContext, File) - Method in class org.jomc.tools.ClassFileProcessor
Commits model objects of a given module of the modules of the instance to class files.
commitModelObjects(Specification, ModelContext, File) - Method in class org.jomc.tools.ClassFileProcessor
Commits model objects of a given specification of the modules of the instance to class files.
commitModelObjects(Implementation, ModelContext, File) - Method in class org.jomc.tools.ClassFileProcessor
Commits model objects of a given implementation of the modules of the instance to class files.
commitModelObjects(Specification, Marshaller, JavaClass) - Method in class org.jomc.tools.ClassFileProcessor
Commits model objects of a given specification of the modules of the instance to a given class file.
commitModelObjects(Implementation, Marshaller, JavaClass) - Method in class org.jomc.tools.ClassFileProcessor
Commits model objects of a given implementation of the modules of the instance to a given class file.
createSourceFile(SourceFileType) - Method in class org.jomc.tools.model.ObjectFactory
Create an instance of JAXBElement<SourceFileType>}
createSourceFiles(SourceFilesType) - Method in class org.jomc.tools.model.ObjectFactory
Create an instance of JAXBElement<SourceFilesType>}
createSourceFilesType() - Method in class org.jomc.tools.model.ObjectFactory
Create an instance of SourceFilesType
createSourceFileType() - Method in class org.jomc.tools.model.ObjectFactory
Create an instance of SourceFileType
createSourceSection(SourceSectionType) - Method in class org.jomc.tools.model.ObjectFactory
Create an instance of JAXBElement<SourceSectionType>}
createSourceSections(SourceSectionsType) - Method in class org.jomc.tools.model.ObjectFactory
Create an instance of JAXBElement<SourceSectionsType>}
createSourceSectionsType() - Method in class org.jomc.tools.model.ObjectFactory
Create an instance of SourceSectionsType
createSourceSectionType() - Method in class org.jomc.tools.model.ObjectFactory
Create an instance of SourceSectionType

D

decodeModelObject(Unmarshaller, byte[], Class<T>) - Method in class org.jomc.tools.ClassFileProcessor
Decodes a model object from a byte array.

E

editable - Variable in class org.jomc.tools.model.SourceSectionType
 
editSection(Section) - Method in class org.jomc.tools.SourceFileProcessor.SourceFileEditor
This method searches the model of the editor for a section matching s and updates properties headContent and tailContent of s according to the templates declared in the model as returned by method getSourceFileType.
encodeModelObject(Marshaller, JAXBElement<? extends ModelObject>) - Method in class org.jomc.tools.ClassFileProcessor
Encodes a model object to a byte array.

G

getAddedSections() - Method in class org.jomc.tools.SourceFileProcessor.SourceFileEditor
Gets a list of sections added to the input.
getClassfileAttribute(JavaClass, String) - Method in class org.jomc.tools.ClassFileProcessor
Gets an attribute from a java class.
getDefaultLogLevel() - Static method in class org.jomc.tools.JomcTool
Gets the default log level events are logged at.
getDefaultTemplateProfile() - Static method in class org.jomc.tools.JomcTool
Gets the default template profile.
getDisplayLanguage(String) - Method in class org.jomc.tools.JomcTool
Gets the display language of a given language code.
getHeadTemplate() - Method in class org.jomc.tools.model.SourceSectionType
Gets the value of the headTemplate property.
getIdentifier() - Method in class org.jomc.tools.model.SourceFileType
Gets the value of the identifier property.
getIndentation() - Method in class org.jomc.tools.JomcTool
Gets the indentation string of the instance.
getIndentation(int) - Method in class org.jomc.tools.JomcTool
Gets an indentation string for a given indentation level.
getIndentationLevel() - Method in class org.jomc.tools.model.SourceSectionType
Gets the value of the indentationLevel property.
getInputEncoding() - Method in class org.jomc.tools.JomcTool
Gets the encoding to use for reading files.
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, int, 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.
getJavaInterfaceNames(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.
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.
getLineSeparator() - Method in class org.jomc.tools.JomcTool
Gets the line separator of the instance.
getListeners() - Method in class org.jomc.tools.JomcTool
Gets the list of registered listeners.
getLocation() - Method in class org.jomc.tools.model.SourceFileType
Gets the value of the location property.
getLogLevel() - Method in class org.jomc.tools.JomcTool
Gets the log level of the instance.
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.
getModel() - Method in class org.jomc.tools.JomcTool
Gets the model of the instance.
getModules() - Method in class org.jomc.tools.JomcTool
Gets the modules of the instance.
getName() - Method in class org.jomc.tools.model.SourceSectionType
Gets the value of the name property.
getOutput(Section) - Method in class org.jomc.tools.SourceFileProcessor.SourceFileEditor
This method creates any sections declared in the model of the editor as returned by method getSourceFileType prior to rendering the output of the editor.
getOutputEncoding() - Method in class org.jomc.tools.JomcTool
Gets the encoding to use for writing files.
getResourceBundleDefaultLocale() - Method in class org.jomc.tools.ResourceFileProcessor
Gets the language of the default language properties file of generated resource bundle resource files.
getResourceBundleResources(Specification) - Method in class org.jomc.tools.ResourceFileProcessor
Gets resource bundle properties resources of a given specification.
getResourceBundleResources(Implementation) - Method in class org.jomc.tools.ResourceFileProcessor
Gets resource bundle properties resources 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.
getSourceFile() - Method in class org.jomc.tools.model.SourceFilesType
Gets the value of the sourceFile property.
getSourceFile(String) - Method in class org.jomc.tools.model.SourceFilesType
Gets a source file model for a given name from the list.
getSourceFileEditor(Specification) - Method in class org.jomc.tools.SourceFileProcessor
Gets a new editor for editing the source file of a given specification of the modules of the instance.
getSourceFileEditor(Implementation) - Method in class org.jomc.tools.SourceFileProcessor
Gets a new editor for editing the source file of a given implementation of the modules of the instance.
getSourceFilesType() - Method in class org.jomc.tools.SourceFileProcessor
Gets the source files model of the instance.
getSourceFileType(Specification) - Method in class org.jomc.tools.SourceFileProcessor
Gets the model of a specification source file of the modules of the instance.
getSourceFileType(Implementation) - Method in class org.jomc.tools.SourceFileProcessor
Gets the model of an implementation source file of the modules of the instance.
getSourceFileType() - Method in class org.jomc.tools.SourceFileProcessor.SourceFileEditor
Gets the model of the editor.
getSourceSection() - Method in class org.jomc.tools.model.SourceSectionsType
Gets the value of the sourceSection property.
getSourceSection(String) - Method in class org.jomc.tools.model.SourceSectionsType
Gets a section for a given name recursively.
getSourceSections() - Method in class org.jomc.tools.model.SourceFileType
Sections of the source file.
getSourceSections() - Method in class org.jomc.tools.model.SourceSectionType
Child sections of the section.
getTailTemplate() - Method in class org.jomc.tools.model.SourceSectionType
Gets the value of the tailTemplate property.
getTemplate() - Method in class org.jomc.tools.model.SourceFileType
Gets the value of the template property.
getTemplateEncoding() - Method in class org.jomc.tools.JomcTool
Gets the encoding to use for reading templates.
getTemplateProfile() - Method in class org.jomc.tools.JomcTool
Gets the template profile of the instance.
getUnknownSections() - Method in class org.jomc.tools.SourceFileProcessor.SourceFileEditor
Gets a list of sections without corresponding model entry.
getVelocityContext() - Method in class org.jomc.tools.JomcTool
Gets the velocity context used for merging templates.
getVelocityContext() - Method in class org.jomc.tools.SourceFileProcessor.SourceFileEditor
Gets the velocity context used for merging templates.
getVelocityEngine() - Method in class org.jomc.tools.JomcTool
Gets the VelocityEngine of the instance.
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.

H

headTemplate - Variable in class org.jomc.tools.model.SourceSectionType
 

I

identifier - Variable in class org.jomc.tools.model.SourceFileType
 
indentationLevel - Variable in class org.jomc.tools.model.SourceSectionType
 
isEditable() - Method in class org.jomc.tools.model.SourceSectionType
Gets the value of the editable property.
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.
isLoggable(Level) - Method in class org.jomc.tools.JomcTool
Checks if a message at a given level is provided to the listeners of the instance.
isOptional() - Method in class org.jomc.tools.model.SourceSectionType
Gets the value of the optional property.

J

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 - Class in org.jomc.tools
Listener interface.
JomcTool.Listener() - Constructor for class org.jomc.tools.JomcTool.Listener
 

L

location - Variable in class org.jomc.tools.model.SourceFileType
 
log(Level, String, Throwable) - Method in class org.jomc.tools.JomcTool
Notifies registered listeners.

M

manageSourceFiles(File) - Method in class org.jomc.tools.SourceFileProcessor
Manages the source files of the modules of the instance.
manageSourceFiles(Module, File) - Method in class org.jomc.tools.SourceFileProcessor
Manages the source files of a given module of the modules of the instance.
manageSourceFiles(Specification, File) - Method in class org.jomc.tools.SourceFileProcessor
Manages the source file of a given specification of the modules of the instance.
manageSourceFiles(Implementation, File) - Method in class org.jomc.tools.SourceFileProcessor
Manages the source file of a given implementation of the modules of the instance.

N

name - Variable in class org.jomc.tools.model.SourceSectionType
 

O

ObjectFactory - Class in org.jomc.tools.model
This object contains factory methods for each Java content interface and Java element interface generated in the org.jomc.tools.model package.
ObjectFactory() - Constructor for class org.jomc.tools.model.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jomc.tools.model
onLog(Level, String, Throwable) - Method in class org.jomc.tools.JomcTool.Listener
Get called on logging.
optional - Variable in class org.jomc.tools.model.SourceSectionType
 
org.jomc.tools - package org.jomc.tools
Object management and configuration tool classes.
org.jomc.tools.model - package org.jomc.tools.model
Object management and configuration tools model classes.

R

ResourceFileProcessor - Class in org.jomc.tools
Processes resource files.
ResourceFileProcessor() - Constructor for class org.jomc.tools.ResourceFileProcessor
Creates a new ResourceFileProcessor instance.
ResourceFileProcessor(ResourceFileProcessor) - Constructor for class org.jomc.tools.ResourceFileProcessor
Creates a new ResourceFileProcessor instance taking a ResourceFileProcessor instance to initialize the instance with.

S

setClassfileAttribute(JavaClass, String, byte[]) - Method in class org.jomc.tools.ClassFileProcessor
Adds or updates an attribute in a java class.
setDefaultLogLevel(Level) - Static method in class org.jomc.tools.JomcTool
Sets the default log level events are logged at.
setDefaultTemplateProfile(String) - Static method in class org.jomc.tools.JomcTool
Sets the default template profile.
setEditable(Boolean) - Method in class org.jomc.tools.model.SourceSectionType
Sets the value of the editable property.
setHeadTemplate(String) - Method in class org.jomc.tools.model.SourceSectionType
Sets the value of the headTemplate property.
setIdentifier(String) - Method in class org.jomc.tools.model.SourceFileType
Sets the value of the identifier property.
setIndentation(String) - Method in class org.jomc.tools.JomcTool
Sets the indentation string of the instance.
setIndentationLevel(Integer) - Method in class org.jomc.tools.model.SourceSectionType
Sets the value of the indentationLevel property.
setInputEncoding(String) - Method in class org.jomc.tools.JomcTool
Sets the encoding to use for reading files.
setLineSeparator(String) - Method in class org.jomc.tools.JomcTool
Sets the line separator of the instance.
setLocation(String) - Method in class org.jomc.tools.model.SourceFileType
Sets the value of the location property.
setLogLevel(Level) - Method in class org.jomc.tools.JomcTool
Sets the log level of the instance.
setModel(Model) - Method in class org.jomc.tools.JomcTool
Sets the model of the instance.
setName(String) - Method in class org.jomc.tools.model.SourceSectionType
Sets the value of the name property.
setOptional(Boolean) - Method in class org.jomc.tools.model.SourceSectionType
Sets the value of the optional property.
setOutputEncoding(String) - Method in class org.jomc.tools.JomcTool
Sets the encoding to use for writing files.
setResourceBundleDefaultLocale(Locale) - Method in class org.jomc.tools.ResourceFileProcessor
Sets the language of the default language properties file of generated resource bundle resource files.
setSourceSections(SourceSectionsType) - Method in class org.jomc.tools.model.SourceFileType
Sets the value of the sourceSections property.
setSourceSections(SourceSectionsType) - Method in class org.jomc.tools.model.SourceSectionType
Sets the value of the sourceSections property.
setTailTemplate(String) - Method in class org.jomc.tools.model.SourceSectionType
Sets the value of the tailTemplate property.
setTemplate(String) - Method in class org.jomc.tools.model.SourceFileType
Sets the value of the template property.
setTemplateEncoding(String) - Method in class org.jomc.tools.JomcTool
Sets the encoding to use for reading templates.
setTemplateProfile(String) - Method in class org.jomc.tools.JomcTool
Sets the template profile of the instance.
setVelocityEngine(VelocityEngine) - Method in class org.jomc.tools.JomcTool
Sets the VelocityEngine of the instance.
sourceFile - Variable in class org.jomc.tools.model.SourceFilesType
 
SourceFileProcessor - Class in org.jomc.tools
Processes source code files.
SourceFileProcessor() - Constructor for class org.jomc.tools.SourceFileProcessor
Creates a new SourceFileProcessor instance.
SourceFileProcessor(SourceFileProcessor) - Constructor for class org.jomc.tools.SourceFileProcessor
Creates a new SourceFileProcessor instance taking a SourceFileProcessor instance to initialize the instance with.
SourceFileProcessor.SourceFileEditor - Class in org.jomc.tools
Extension to SectionEditor adding support for editing source code files.
SourceFileProcessor.SourceFileEditor(Specification) - Constructor for class org.jomc.tools.SourceFileProcessor.SourceFileEditor
Creates a new SourceFileEditor taking a Specification to edit source code of.
SourceFileProcessor.SourceFileEditor(Specification, String) - Constructor for class org.jomc.tools.SourceFileProcessor.SourceFileEditor
Creates a new SourceFileEditor taking a Specification to edit source code of and a line separator.
SourceFileProcessor.SourceFileEditor(Specification, LineEditor) - Constructor for class org.jomc.tools.SourceFileProcessor.SourceFileEditor
Creates a new SourceFileEditor taking a Specification to edit source code of and an editor to chain.
SourceFileProcessor.SourceFileEditor(Specification, LineEditor, String) - Constructor for class org.jomc.tools.SourceFileProcessor.SourceFileEditor
Creates a new SourceFileEditor taking a Specification to edit source code of, an editor to chain and a line separator.
SourceFileProcessor.SourceFileEditor(Implementation) - Constructor for class org.jomc.tools.SourceFileProcessor.SourceFileEditor
Creates a new SourceFileEditor taking an Implementation to edit source code of.
SourceFileProcessor.SourceFileEditor(Implementation, String) - Constructor for class org.jomc.tools.SourceFileProcessor.SourceFileEditor
Creates a new SourceFileEditor taking an Implementation to edit source code of and a line separator.
SourceFileProcessor.SourceFileEditor(Implementation, LineEditor) - Constructor for class org.jomc.tools.SourceFileProcessor.SourceFileEditor
Creates a new SourceFileEditor taking an Implementation to edit source code of and an editor to chain.
SourceFileProcessor.SourceFileEditor(Implementation, LineEditor, String) - Constructor for class org.jomc.tools.SourceFileProcessor.SourceFileEditor
Creates a new SourceFileEditor taking an Implementation to edit source code of, an editor to chain and a line separator.
SourceFilesType - Class in org.jomc.tools.model
List of source files.
SourceFilesType() - Constructor for class org.jomc.tools.model.SourceFilesType
Creates a new SourceFilesType instance.
SourceFilesType(SourceFilesType) - Constructor for class org.jomc.tools.model.SourceFilesType
Creates a new SourceFilesType instance by deeply copying a given SourceFilesType instance.
SourceFileType - Class in org.jomc.tools.model
Java class for SourceFileType complex type.
SourceFileType() - Constructor for class org.jomc.tools.model.SourceFileType
Creates a new SourceFileType instance.
SourceFileType(SourceFileType) - Constructor for class org.jomc.tools.model.SourceFileType
Creates a new SourceFileType instance by deeply copying a given SourceFileType instance.
sourceSection - Variable in class org.jomc.tools.model.SourceSectionsType
 
sourceSections - Variable in class org.jomc.tools.model.SourceFileType
 
sourceSections - Variable in class org.jomc.tools.model.SourceSectionType
 
SourceSectionsType - Class in org.jomc.tools.model
List of source sections.
SourceSectionsType() - Constructor for class org.jomc.tools.model.SourceSectionsType
Creates a new SourceSectionsType instance.
SourceSectionsType(SourceSectionsType) - Constructor for class org.jomc.tools.model.SourceSectionsType
Creates a new SourceSectionsType instance by deeply copying a given SourceSectionsType instance.
SourceSectionType - Class in org.jomc.tools.model
Java class for SourceSectionType complex type.
SourceSectionType() - Constructor for class org.jomc.tools.model.SourceSectionType
Creates a new SourceSectionType instance.
SourceSectionType(SourceSectionType) - Constructor for class org.jomc.tools.model.SourceSectionType
Creates a new SourceSectionType instance by deeply copying a given SourceSectionType instance.

T

tailTemplate - Variable in class org.jomc.tools.model.SourceSectionType
 
template - Variable in class org.jomc.tools.model.SourceFileType
 
transformModelObjects(ModelContext, File, List<Transformer>) - Method in class org.jomc.tools.ClassFileProcessor
Transforms model objects of class files of the modules of the instance.
transformModelObjects(Module, ModelContext, File, List<Transformer>) - Method in class org.jomc.tools.ClassFileProcessor
Transforms model objects of class files of a given module of the modules of the instance.
transformModelObjects(Specification, ModelContext, File, List<Transformer>) - Method in class org.jomc.tools.ClassFileProcessor
Transforms model objects of class files of a given specification of the modules of the instance.
transformModelObjects(Implementation, ModelContext, File, List<Transformer>) - Method in class org.jomc.tools.ClassFileProcessor
Transforms model objects of class files of a given implementation of the modules of the instance.
transformModelObjects(Specification, Marshaller, Unmarshaller, JavaClass, List<Transformer>) - Method in class org.jomc.tools.ClassFileProcessor
Transforms model objects of a given specification of the modules of the instance.
transformModelObjects(Implementation, Marshaller, Unmarshaller, JavaClass, List<Transformer>) - Method in class org.jomc.tools.ClassFileProcessor
Transforms model objects of a given implementation of the modules of the instance.

V

validateModelObjects(ModelContext) - Method in class org.jomc.tools.ClassFileProcessor
Validates model objects of class files of the modules of the instance.
validateModelObjects(Module, ModelContext) - Method in class org.jomc.tools.ClassFileProcessor
Validates model objects of class files of a given module of the modules of the instance.
validateModelObjects(Specification, ModelContext) - Method in class org.jomc.tools.ClassFileProcessor
Validates model objects of class files of a given specification of the modules of the instance.
validateModelObjects(Implementation, ModelContext) - Method in class org.jomc.tools.ClassFileProcessor
Validates model objects of class files of a given implementation of the modules of the instance.
validateModelObjects(ModelContext, File) - Method in class org.jomc.tools.ClassFileProcessor
Validates model objects of class files of the modules of the instance.
validateModelObjects(Module, ModelContext, File) - Method in class org.jomc.tools.ClassFileProcessor
Validates model objects of class files of a given module of the modules of the instance.
validateModelObjects(Specification, ModelContext, File) - Method in class org.jomc.tools.ClassFileProcessor
Validates model objects of class files of a given specification of the modules of the instance.
validateModelObjects(Implementation, ModelContext, File) - Method in class org.jomc.tools.ClassFileProcessor
Validates model objects of class files of a given implementation of the modules of the instance.
validateModelObjects(Specification, Unmarshaller, JavaClass) - Method in class org.jomc.tools.ClassFileProcessor
Validates model objects of a given specification of the modules of the instance.
validateModelObjects(Implementation, Unmarshaller, JavaClass) - Method in class org.jomc.tools.ClassFileProcessor
Validates model objects of a given implementation of the modules of the instance.

W

writeResourceBundleResourceFiles(File) - Method in class org.jomc.tools.ResourceFileProcessor
Writes resource bundle resource files of the modules of the instance to a given directory.
writeResourceBundleResourceFiles(Module, File) - Method in class org.jomc.tools.ResourceFileProcessor
Writes resource bundle resource files of a given module from the modules of the instance to a given directory.
writeResourceBundleResourceFiles(Specification, File) - Method in class org.jomc.tools.ResourceFileProcessor
Writes resource bundle resource files of a given specification from the modules of the instance to a directory.
writeResourceBundleResourceFiles(Implementation, File) - Method in class org.jomc.tools.ResourceFileProcessor
Writes resource bundle resource files of a given implementation from the modules of the instance to a directory.

C D E G H I J L M N O R S T V W

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