A C E F G I J K L M N O P R S T V W 

A

assertKeysNotNull(Collection<? extends KeyValueType>) - Method in class org.jomc.ant.JomcTask
Throws a BuildException on a null value of a key property of a given KeyValueType collection.
assertLocationsNotNull(Collection<? extends ResourceType>) - Method in class org.jomc.ant.JomcTask
Throws a BuildException on a null value of a location property of a given ResourceType collection.
assertNamesNotNull(Collection<? extends NameType>) - Method in class org.jomc.ant.JomcTask
Throws a BuildException on a null value of a name property of a given NameType collection.
assertNotNull(String, Object) - Method in class org.jomc.ant.JomcTask
Throws a BuildException on a given null value.

C

ClassFileProcessorTask - Class in org.jomc.ant
Base class for executing class file processor based tasks.
ClassFileProcessorTask() - Constructor for class org.jomc.ant.ClassFileProcessorTask
Creates a new ClassFileProcessorTask instance.
ClassProcessingException - Exception in org.jomc.ant
Gets thrown whenever processing class files fails.
ClassProcessingException() - Constructor for exception org.jomc.ant.ClassProcessingException
Creates a new ClassProcessingException instance without descriptive information.
ClassProcessingException(String) - Constructor for exception org.jomc.ant.ClassProcessingException
Creates a new ClassProcessingException instance taking a message.
ClassProcessingException(Throwable) - Constructor for exception org.jomc.ant.ClassProcessingException
Creates a new ClassProcessingException instance taking a causing Throwable.
ClassProcessingException(String, Throwable) - Constructor for exception org.jomc.ant.ClassProcessingException
Creates a new ClassProcessingException instance taking a message and a causing Throwable.
ClassProcessingException(String, Location) - Constructor for exception org.jomc.ant.ClassProcessingException
Creates a new ClassProcessingException instance taking a message and a location.
ClassProcessingException(Throwable, Location) - Constructor for exception org.jomc.ant.ClassProcessingException
Creates a new ClassProcessingException instance taking a causing Throwable and a location.
ClassProcessingException(String, Throwable, Location) - Constructor for exception org.jomc.ant.ClassProcessingException
Creates a new ClassProcessingException instance taking a message, a causing Throwable and a location.
clone() - Method in class org.jomc.ant.ClassFileProcessorTask
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.CommitClassesTask
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.GenerateResourcesTask
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.JomcModelTask
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.JomcTask
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.JomcToolTask
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.ManageSourcesTask
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.MergeModletsTask
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.MergeModulesTask
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.ResourceFileProcessorTask
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.SourceFileProcessorTask
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.types.KeyValueType
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.types.LocaleType
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.types.ModletResourceType
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.types.ModuleResourceType
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.types.NameType
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.types.PropertiesResourceType
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.types.ResourceType
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.types.TransformerResourceType
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.ValidateClassesTask
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.ValidateClasspathTask
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.ValidateModelTask
Creates and returns a copy of this object.
clone() - Method in class org.jomc.ant.WriteModelTask
Creates and returns a copy of this object.
close() - Method in class org.jomc.ant.ProjectClassLoader
Closes the class loader.
CommitClassesTask - Class in org.jomc.ant
Task for committing model objects to class files.
CommitClassesTask() - Constructor for class org.jomc.ant.CommitClassesTask
Creates a new CommitClassesTask instance.
configureClassFileProcessor(ClassFileProcessor) - Method in class org.jomc.ant.ClassFileProcessorTask
Configures a given ClassFileProcessor instance using the properties of the instance.
configureJomcTool(JomcTool) - Method in class org.jomc.ant.JomcToolTask
Configures a given JomcTool instance using the properties of the instance.
configureResourceFileProcessor(ResourceFileProcessor) - Method in class org.jomc.ant.ResourceFileProcessorTask
Configures a given ResourceFileProcessor instance using the properties of the instance.
configureSourceFileProcessor(SourceFileProcessor) - Method in class org.jomc.ant.SourceFileProcessorTask
Configures a given SourceFileProcessor instance using the properties of the instance.
createClasspath() - Method in class org.jomc.ant.JomcTask
Creates a new classpath element instance.
createLocale() - Method in class org.jomc.ant.JomcToolTask
Creates a new locale element instance.
createModelContextAttribute() - Method in class org.jomc.ant.JomcTask
Creates a new modelContextAttribute element instance.
createModelObjectStylesheetResource() - Method in class org.jomc.ant.CommitClassesTask
Creates a new modelObjectStylesheetResource element instance.
createModelObjectStylesheetResource() - Method in class org.jomc.ant.MergeModulesTask
Creates a new modelObjectStylesheetResource element instance.
createModletExclude() - Method in class org.jomc.ant.MergeModletsTask
Creates a new modletExclude element instance.
createModletInclude() - Method in class org.jomc.ant.MergeModletsTask
Creates a new modletInclude element instance.
createModletObjectStylesheetResource() - Method in class org.jomc.ant.MergeModletsTask
Creates a new modletObjectStylesheetResource element instance.
createModletResource() - Method in class org.jomc.ant.MergeModletsTask
Creates a new modletResource element instance.
createModuleExclude() - Method in class org.jomc.ant.MergeModulesTask
Creates a new moduleExclude element instance.
createModuleInclude() - Method in class org.jomc.ant.MergeModulesTask
Creates a new moduleInclude element instance.
createModuleResource() - Method in class org.jomc.ant.JomcModelTask
Creates a new moduleResource element instance.
createTemplateParameter() - Method in class org.jomc.ant.JomcToolTask
Creates a new templateParameter element instance.
createTemplateParameterResource() - Method in class org.jomc.ant.JomcToolTask
Creates a new templateParameterResource element instance.
createTransformationOutputProperty() - Method in class org.jomc.ant.JomcTask
Creates a new transformationOutputProperty element instance.
createTransformationOutputProperty() - Method in class org.jomc.ant.types.TransformerResourceType
Creates a new transformationOutputProperty element instance.
createTransformationParameter() - Method in class org.jomc.ant.JomcTask
Creates a new transformationParameter element instance.
createTransformationParameter() - Method in class org.jomc.ant.types.TransformerResourceType
Creates a new transformationParameter element instance.
createTransformationParameterResource() - Method in class org.jomc.ant.JomcTask
Creates a new transformationParameterResource element instance.
createTransformationParameterResource() - Method in class org.jomc.ant.types.TransformerResourceType
Creates a new transformationParameterResource element instance.
createVelocityProperty() - Method in class org.jomc.ant.JomcToolTask
Creates a new velocityProperty element instance.
createVelocityPropertyResource() - Method in class org.jomc.ant.JomcToolTask
Creates a new velocityPropertyResource element instance.

E

execute() - Method in class org.jomc.ant.JomcTask
Called by the project to let the task do its work.
executeTask() - Method in class org.jomc.ant.ClassFileProcessorTask
Calls the processClassFiles method if class processing is enabled.
executeTask() - Method in class org.jomc.ant.JomcTask
Called by the execute method prior to the postExecuteTask method.
executeTask() - Method in class org.jomc.ant.MergeModletsTask
Merges modlet resources.
executeTask() - Method in class org.jomc.ant.MergeModulesTask
Merges module resources.
executeTask() - Method in class org.jomc.ant.ResourceFileProcessorTask
Calls the processResourceFiles method if resource processing is enabled.
executeTask() - Method in class org.jomc.ant.SourceFileProcessorTask
Calls the processSourceFiles method if source processing is enabled.
executeTask() - Method in class org.jomc.ant.ValidateModelTask
Validates a model.
executeTask() - Method in class org.jomc.ant.WriteModelTask
Called by the execute method prior to the postExecuteTask method.

F

finalize() - Method in class org.jomc.ant.ProjectClassLoader
Removes temporary resources.
findResource(String) - Method in class org.jomc.ant.ProjectClassLoader
Finds a resource with a given name.
findResources(String) - Method in class org.jomc.ant.ProjectClassLoader
Gets all resources matching a given name.

G

GenerateResourcesTask - Class in org.jomc.ant
Task for generating resource files.
GenerateResourcesTask() - Constructor for class org.jomc.ant.GenerateResourcesTask
Creates a new GenerateResourcesTask instance.
getClassesDirectory() - Method in class org.jomc.ant.CommitClassesTask
Gets the directory holding the class files to commit model objects to.
getClassesDirectory() - Method in class org.jomc.ant.ValidateClassesTask
Gets the directory holding the class files to validate model objects of.
getClassFileProcessorClass() - Method in class org.jomc.ant.ClassFileProcessorTask
Gets the class of the ClassFileProcessor backing the task.
getClasspath() - Method in class org.jomc.ant.JomcTask
Gets the class path to process.
getConnectTimeout() - Method in class org.jomc.ant.types.ResourceType
Gets the timeout value, in milliseconds, to be used when opening communications links to the resource.
getCountry() - Method in class org.jomc.ant.types.LocaleType
Gets the value of the country property.
getDefaultModletExcludes() - Static method in class org.jomc.ant.ProjectClassLoader
Gets a set of modlet names excluded by default.
getDefaultProviderExcludes() - Static method in class org.jomc.ant.ProjectClassLoader
Gets a set of provider names excluded by default.
getDefaultSchemaExcludes() - Static method in class org.jomc.ant.ProjectClassLoader
Gets a set of schema public identifiers excluded by default.
getDefaultServiceExcludes() - Static method in class org.jomc.ant.ProjectClassLoader
Gets a set of service class names excluded by default.
getDefaultTemplateEncoding() - Method in class org.jomc.ant.JomcToolTask
Gets the encoding to use for reading templates.
getDefaultTemplateProfile() - Method in class org.jomc.ant.JomcToolTask
Gets the default template profile to use when accessing templates.
getDirectory(String) - Method in class org.jomc.ant.JomcTask
Creates an URL for a given directory location.
getExcludedModlets() - Method in class org.jomc.ant.ProjectClassLoader
Gets a set of modlets excluded during resource loading.
getExcludedProviders() - Method in class org.jomc.ant.ProjectClassLoader
Gets a set of providers excluded during resource loading.
getExcludedSchemas() - Method in class org.jomc.ant.ProjectClassLoader
Gets a set of schemas excluded during resource loading.
getExcludedServices() - Method in class org.jomc.ant.ProjectClassLoader
Gets a set of services excluded during resource loading.
getFormat() - Method in class org.jomc.ant.types.PropertiesResourceType
Gets the value of the format property.
getIf() - Method in class org.jomc.ant.JomcTask
Gets an object controlling the execution of the task.
getImplementation() - Method in class org.jomc.ant.JomcToolTask
Gets the identifier of an implementation to process.
getImplementation(Model) - Method in class org.jomc.ant.JomcToolTask
Gets the implementation to process from a given model.
getImplementation() - Method in class org.jomc.ant.WriteModelTask
Gets the identifier of an implementation to write.
getIndentation() - Method in class org.jomc.ant.JomcToolTask
Gets the indentation string ('\t' for tab).
getInputEncoding() - Method in class org.jomc.ant.JomcToolTask
Gets the encoding to use for reading files.
getInstance(Model) - Method in class org.jomc.ant.WriteModelTask
Gets the instance to write from a given model.
getInstanceModelFile() - Method in class org.jomc.ant.WriteModelTask
Gets the file to write the instance to.
getKey() - Method in class org.jomc.ant.types.KeyValueType
Gets the value of the key property.
getLanguage() - Method in class org.jomc.ant.types.LocaleType
Gets the value of the language property.
getLineSeparator() - Method in class org.jomc.ant.JomcToolTask
Gets the line separator ('\r\n' for DOS, '\r' for Mac, '\n' for Unix).
getLocale() - Method in class org.jomc.ant.JomcToolTask
Gets the locale.
getLocation() - Method in class org.jomc.ant.types.ResourceType
Gets the value of the location property.
getModel(ModelContext) - Method in class org.jomc.ant.JomcModelTask
Gets a Model from a given ModelContext.
getModel() - Method in class org.jomc.ant.JomcTask
Gets the identifier of the model to process.
getModel(ModelContext) - Method in class org.jomc.ant.JomcTask
Gets a Model from a given ModelContext.
getModelContextAttributes() - Method in class org.jomc.ant.JomcTask
Gets the ModelContext attributes to apply.
getModelContextFactoryClassName() - Method in class org.jomc.ant.JomcTask
Gets the name of the ModelContextFactory implementation class backing the task.
getModelEncoding() - Method in class org.jomc.ant.WriteModelTask
Gets the encoding of the model resource.
getModelFile() - Method in class org.jomc.ant.WriteModelTask
Gets the file to write the model to.
getModelObjectStylesheetResources() - Method in class org.jomc.ant.CommitClassesTask
Gets the XSLT documents to use for transforming model objects.
getModelObjectStylesheetResources() - Method in class org.jomc.ant.MergeModulesTask
Gets the XSLT documents to use for transforming model objects.
getModletEncoding() - Method in class org.jomc.ant.MergeModletsTask
Gets the encoding of the modlet resource.
getModletExcludes() - Method in class org.jomc.ant.MergeModletsTask
Gets a set of modlet names to exclude.
getModletExcludes() - Method in class org.jomc.ant.ProjectClassLoader
Gets a set of modlet names to exclude.
getModletFile() - Method in class org.jomc.ant.MergeModletsTask
Gets the file to write the merged modlet to.
getModletIncludes() - Method in class org.jomc.ant.MergeModletsTask
Gets a set of modlet names to include.
getModletLocation() - Method in class org.jomc.ant.JomcTask
Gets the location searched for modlets.
getModletName() - Method in class org.jomc.ant.MergeModletsTask
Gets the name of the merged modlet.
getModletObjectStylesheetResources() - Method in class org.jomc.ant.MergeModletsTask
Gets the XSLT documents to use for transforming modlet objects.
getModletResourceLocations() - Method in class org.jomc.ant.ProjectClassLoader
Gets a set of modlet resource locations to filter.
getModletResources() - Method in class org.jomc.ant.MergeModletsTask
Gets a set of resource names to merge.
getModletSchemaSystemId() - Method in class org.jomc.ant.JomcTask
Gets the http://jomc.org/modlet namespace schema system id of the context backing the task.
getModletVendor() - Method in class org.jomc.ant.MergeModletsTask
Gets the vendor of the merged modlet.
getModletVersion() - Method in class org.jomc.ant.MergeModletsTask
Gets the version of the merged modlet.
getModule() - Method in class org.jomc.ant.JomcToolTask
Gets the identifier of a module to process.
getModule(Model) - Method in class org.jomc.ant.JomcToolTask
Gets the module to process from a given model.
getModule() - Method in class org.jomc.ant.WriteModelTask
Gets the identifier of a module to write.
getModule(Model) - Method in class org.jomc.ant.WriteModelTask
Gets the module to write from a given model.
getModuleEncoding() - Method in class org.jomc.ant.MergeModulesTask
Gets the encoding of the module resource.
getModuleExcludes() - Method in class org.jomc.ant.MergeModulesTask
Gets a set of module names to exclude.
getModuleFile() - Method in class org.jomc.ant.MergeModulesTask
Gets the file to write the merged module to.
getModuleIncludes() - Method in class org.jomc.ant.MergeModulesTask
Gets a set of module names to include.
getModuleLocation() - Method in class org.jomc.ant.JomcModelTask
Gets the location searched for modules.
getModuleModelFile() - Method in class org.jomc.ant.WriteModelTask
Gets the file to write the module to.
getModuleName() - Method in class org.jomc.ant.MergeModulesTask
Gets the name of the merged module.
getModuleResources() - Method in class org.jomc.ant.JomcModelTask
Gets a set of module resources.
getModuleVendor() - Method in class org.jomc.ant.MergeModulesTask
Gets the vendor of the merged module.
getModuleVersion() - Method in class org.jomc.ant.MergeModulesTask
Gets the version of the merged module.
getName() - Method in class org.jomc.ant.types.NameType
Gets the value of the name property.
getObject(Location) - Method in class org.jomc.ant.types.KeyValueType
Gets the object of the instance.
getOutputEncoding() - Method in class org.jomc.ant.JomcToolTask
Gets the encoding to use for writing files.
getPlatformProviderLocation() - Method in class org.jomc.ant.JomcTask
Gets the location searched for platform provider resources.
getProject() - Method in class org.jomc.ant.ProjectClassLoader
Gets the project of the instance.
getProperties(PropertiesResourceType) - Method in class org.jomc.ant.JomcTask
Creates a new Properties instance from a PropertiesResourceType.
getProviderExcludes() - Method in class org.jomc.ant.ProjectClassLoader
Gets a set of provider names to exclude.
getProviderLocation() - Method in class org.jomc.ant.JomcTask
Gets the location searched for providers.
getProviderResourceLocations() - Method in class org.jomc.ant.ProjectClassLoader
Gets a set of provider resource locations to filter.
getReadTimeout() - Method in class org.jomc.ant.types.ResourceType
Gets the timeout value, in milliseconds, to be used when reading the resource.
getResource(String) - Method in class org.jomc.ant.JomcTask
Creates an URL for a given resource location.
getResourceBundleDefaultLanguage() - Method in class org.jomc.ant.ResourceFileProcessorTask
Gets the language of the default language properties file of generated resource bundle resource files.
getResourceFileProcessorClass() - Method in class org.jomc.ant.ResourceFileProcessorTask
Gets the class of the ResourceFileProcessor backing the task.
getResources(ModelContext, String) - Method in class org.jomc.ant.JomcTask
Creates an array of URLs for a given resource location.
getResourcesDirectory() - Method in class org.jomc.ant.GenerateResourcesTask
Gets the directory to generate resource files to.
getSchemaExcludes() - Method in class org.jomc.ant.ProjectClassLoader
Gets a set of schema public identifiers to exclude.
getServiceExcludes() - Method in class org.jomc.ant.ProjectClassLoader
Gets a set of service class names to exclude.
getSourceFileProcessorClass() - Method in class org.jomc.ant.SourceFileProcessorTask
Gets the class of the SourceFileProcessor backing the task.
getSourcesDirectory() - Method in class org.jomc.ant.ManageSourcesTask
Gets the directory holding the source files to manage.
getSpecification() - Method in class org.jomc.ant.JomcToolTask
Gets the identifier of a specification to process.
getSpecification(Model) - Method in class org.jomc.ant.JomcToolTask
Gets the specification to process from a given model.
getSpecification() - Method in class org.jomc.ant.WriteModelTask
Gets the identifier of a specification to write.
getSpecification(Model) - Method in class org.jomc.ant.WriteModelTask
Gets the specification to write from a given model.
getSpecificationModelFile() - Method in class org.jomc.ant.WriteModelTask
Gets the file to write the specification to.
getTemplateEncoding() - Method in class org.jomc.ant.JomcToolTask
Deprecated.
As of JOMC 1.3, replaced by method JomcToolTask.getDefaultTemplateEncoding(). This method will be removed in JOMC 2.0.
getTemplateLocation() - Method in class org.jomc.ant.JomcToolTask
Gets the location to search for templates in addition to searching the class path of the task.
getTemplateParameterResources() - Method in class org.jomc.ant.JomcToolTask
Gets the template parameter resources to apply.
getTemplateParameters() - Method in class org.jomc.ant.JomcToolTask
Gets the template parameters to apply.
getTemplateProfile() - Method in class org.jomc.ant.JomcToolTask
Gets the template profile to use when accessing templates.
getTransformationOutputProperties() - Method in class org.jomc.ant.JomcTask
Gets the global transformation output properties to apply.
getTransformationOutputProperties() - Method in class org.jomc.ant.types.TransformerResourceType
Gets the transformation output properties to apply.
getTransformationParameterResources() - Method in class org.jomc.ant.JomcTask
Gets the global transformation parameter resources to apply.
getTransformationParameterResources() - Method in class org.jomc.ant.types.TransformerResourceType
Gets the transformation parameter resources to apply.
getTransformationParameters() - Method in class org.jomc.ant.JomcTask
Gets the global transformation parameters to apply.
getTransformationParameters() - Method in class org.jomc.ant.types.TransformerResourceType
Gets the transformation parameters to apply.
getTransformer(TransformerResourceType) - Method in class org.jomc.ant.JomcTask
Creates a new Transformer for a given TransformerResourceType.
getTransformerLocation() - Method in class org.jomc.ant.JomcModelTask
Gets the location searched for transformers.
getType() - Method in class org.jomc.ant.types.KeyValueType
Gets the value of the type property.
getUnless() - Method in class org.jomc.ant.JomcTask
Gets an object controlling the execution of the task.
getValue() - Method in class org.jomc.ant.types.KeyValueType
Gets the value of the value property.
getVariant() - Method in class org.jomc.ant.types.LocaleType
Gets the value of the variant property.
getVelocityProperties() - Method in class org.jomc.ant.JomcToolTask
Gets the Velocity runtime properties to apply.
getVelocityPropertyResources() - Method in class org.jomc.ant.JomcToolTask
Gets the Velocity runtime property resources to apply.

I

isClassProcessingEnabled() - Method in class org.jomc.ant.ClassFileProcessorTask
Gets a flag indicating the processing of classes is enabled.
isJavaValidationEnabled() - Method in class org.jomc.ant.JomcModelTask
Gets a flag indicating Java validation is enabled.
isModelObjectClasspathResolutionEnabled() - Method in class org.jomc.ant.JomcModelTask
Gets a flag indicating model object class path resolution is enabled.
isModelProcessingEnabled() - Method in class org.jomc.ant.JomcTask
Gets a flag indicating the processing of models is enabled.
isModelResourceValidationEnabled() - Method in class org.jomc.ant.JomcModelTask
Gets a flag indicating JAXP schema validation of model resources is enabled.
isModletExcluded(Modlet) - Method in class org.jomc.ant.MergeModletsTask
Tests exclusion of a given modlet based on property modletExcludes.
isModletIncluded(Modlet) - Method in class org.jomc.ant.MergeModletsTask
Tests inclusion of a given modlet based on property modletIncludes.
isModletResourceValidationEnabled() - Method in class org.jomc.ant.JomcTask
Gets a flag indicating JAXP schema validation of modlet resources is enabled.
isModuleExcluded(Module) - Method in class org.jomc.ant.MergeModulesTask
Tests exclusion of a given module based on property moduleExcludes.
isModuleIncluded(Module) - Method in class org.jomc.ant.MergeModulesTask
Tests inclusion of a given module based on property moduleIncludes.
isModulesProcessingRequested() - Method in class org.jomc.ant.JomcToolTask
Gets a flag indicating all modules are requested to be processed.
isOptional() - Method in class org.jomc.ant.types.ResourceType
Gets a flag indicating the resource is optional.
isResourceProcessingEnabled() - Method in class org.jomc.ant.ResourceFileProcessorTask
Gets a flag indicating the processing of resources is enabled.
isSourceProcessingEnabled() - Method in class org.jomc.ant.SourceFileProcessorTask
Gets a flag indicating the processing of source files is enabled.

J

JomcModelTask - Class in org.jomc.ant
Base class for executing model based tasks.
JomcModelTask() - Constructor for class org.jomc.ant.JomcModelTask
Creates a new JomcModelTask instance.
JomcTask - Class in org.jomc.ant
Base class for executing tasks.
JomcTask() - Constructor for class org.jomc.ant.JomcTask
Creates a new JomcTask instance.
JomcToolTask - Class in org.jomc.ant
Base class for executing tool based tasks.
JomcToolTask() - Constructor for class org.jomc.ant.JomcToolTask
Creates a new JomcToolTask instance.

K

KeyValueType - Class in org.jomc.ant.types
Datatype holding a key, value and type property.
KeyValueType() - Constructor for class org.jomc.ant.types.KeyValueType
Creates a new KeyValueType instance.

L

LocaleType - Class in org.jomc.ant.types
Datatype holding a language, country and variant property.
LocaleType() - Constructor for class org.jomc.ant.types.LocaleType
Creates a new LocaleType instance.
logMessage(Level, String) - Method in class org.jomc.ant.JomcTask
Logs a message at a given level.
logMessage(Level, String, Throwable) - Method in class org.jomc.ant.JomcTask
Logs a message at a given level.
logSeparator() - Method in class org.jomc.ant.JomcTask
Logs a separator string.
logValidationReport(ModelContext, ModelValidationReport) - Method in class org.jomc.ant.JomcTask
Logs a validation report.

M

ManageSourcesTask - Class in org.jomc.ant
Task for managing source files.
ManageSourcesTask() - Constructor for class org.jomc.ant.ManageSourcesTask
Creates a new ManageSourcesTask instance.
MergeModletsTask - Class in org.jomc.ant
Task for merging modlet resources.
MergeModletsTask() - Constructor for class org.jomc.ant.MergeModletsTask
Creates a new MergeModletsTask instance.
MergeModulesTask - Class in org.jomc.ant
Task for merging module resources.
MergeModulesTask() - Constructor for class org.jomc.ant.MergeModulesTask
Creates a new MergeModulesTask instance.
ModletResourceType - Class in org.jomc.ant.types
Datatype describing a modlet resource.
ModletResourceType() - Constructor for class org.jomc.ant.types.ModletResourceType
Creates a new ModletResourceType instance.
ModuleResourceType - Class in org.jomc.ant.types
Datatype describing a module resource.
ModuleResourceType() - Constructor for class org.jomc.ant.types.ModuleResourceType
Creates a new ModuleResourceType instance.

N

NameType - Class in org.jomc.ant.types
Datatype holding a name property.
NameType() - Constructor for class org.jomc.ant.types.NameType
Creates a new NameType instance.
newClassFileProcessor() - Method in class org.jomc.ant.ClassFileProcessorTask
Creates a new ClassFileProcessor instance setup using the properties of the instance.
newModelContext(ClassLoader) - Method in class org.jomc.ant.JomcModelTask
Creates a new ModelContext instance using a given class loader.
newModelContext(ClassLoader) - Method in class org.jomc.ant.JomcTask
Creates a new ModelContext instance using a given class loader.
newProjectClassLoader() - Method in class org.jomc.ant.JomcTask
Creates a new ProjectClassLoader instance.
newResourceFileProcessor() - Method in class org.jomc.ant.ResourceFileProcessorTask
Creates a new ResourceFileProcessor instance setup using the properties of the instance.
newSourceFileProcessor() - Method in class org.jomc.ant.SourceFileProcessorTask
Creates a new SourceFileProcessor instance setup using the properties of the instance.

O

org.jomc.ant - package org.jomc.ant
Object management and configuration task classes for Apache Ant.
org.jomc.ant.types - package org.jomc.ant.types
Object management and configuration task data type classes for Apache Ant.

P

postExecuteTask() - Method in class org.jomc.ant.JomcTask
Called by the execute method after the preExecuteTask/executeTask methods even if those methods threw an exception.
postExecuteTask() - Method in class org.jomc.ant.JomcToolTask
Called by the execute method after the preExecuteTask/executeTask methods even if those methods threw an exception.
preExecuteTask() - Method in class org.jomc.ant.CommitClassesTask
Called by the execute method prior to the executeTask method.
preExecuteTask() - Method in class org.jomc.ant.GenerateResourcesTask
Called by the execute method prior to the executeTask method.
preExecuteTask() - Method in class org.jomc.ant.JomcModelTask
Called by the execute method prior to the executeTask method.
preExecuteTask() - Method in class org.jomc.ant.JomcTask
Called by the execute method prior to the executeTask method.
preExecuteTask() - Method in class org.jomc.ant.JomcToolTask
Called by the execute method prior to the executeTask method.
preExecuteTask() - Method in class org.jomc.ant.ManageSourcesTask
Called by the execute method prior to the executeTask method.
preExecuteTask() - Method in class org.jomc.ant.MergeModletsTask
Called by the execute method prior to the executeTask method.
preExecuteTask() - Method in class org.jomc.ant.MergeModulesTask
Called by the execute method prior to the executeTask method.
preExecuteTask() - Method in class org.jomc.ant.ValidateClassesTask
Called by the execute method prior to the executeTask method.
processClassFiles() - Method in class org.jomc.ant.ClassFileProcessorTask
Processes class files.
processClassFiles() - Method in class org.jomc.ant.CommitClassesTask
Commits model objects to class files.
processClassFiles() - Method in class org.jomc.ant.ValidateClassesTask
Validates class file model objects.
processClassFiles() - Method in class org.jomc.ant.ValidateClasspathTask
Validates class file model objects.
processResourceFiles() - Method in class org.jomc.ant.GenerateResourcesTask
Generates resource files.
processResourceFiles() - Method in class org.jomc.ant.ResourceFileProcessorTask
Processes resource files.
processSourceFiles() - Method in class org.jomc.ant.ManageSourcesTask
Manages source files.
processSourceFiles() - Method in class org.jomc.ant.SourceFileProcessorTask
Processes source files.
ProjectClassLoader - Class in org.jomc.ant
Class loader supporting JOMC resources backed by a project.
ProjectClassLoader(Project, Path) - Constructor for class org.jomc.ant.ProjectClassLoader
Creates a new ProjectClassLoader instance taking a project and a class path.
PropertiesFormatType - Enum in org.jomc.ant.types
Enumeration of Java properties file formats.
PropertiesResourceType - Class in org.jomc.ant.types
Datatype describing a properties resource.
PropertiesResourceType() - Constructor for class org.jomc.ant.types.PropertiesResourceType
Creates a new PropertiesResourceType instance.

R

ResourceFileProcessorTask - Class in org.jomc.ant
Base class for executing resource file processor based tasks.
ResourceFileProcessorTask() - Constructor for class org.jomc.ant.ResourceFileProcessorTask
Creates a new ResourceFileProcessorTask instance.
ResourceProcessingException - Exception in org.jomc.ant
Gets thrown whenever processing resource files fails.
ResourceProcessingException() - Constructor for exception org.jomc.ant.ResourceProcessingException
Creates a new ResourceProcessingException instance without descriptive information.
ResourceProcessingException(String) - Constructor for exception org.jomc.ant.ResourceProcessingException
Creates a new ResourceProcessingException instance taking a message.
ResourceProcessingException(Throwable) - Constructor for exception org.jomc.ant.ResourceProcessingException
Creates a new ResourceProcessingException instance taking a causing Throwable.
ResourceProcessingException(String, Throwable) - Constructor for exception org.jomc.ant.ResourceProcessingException
Creates a new ResourceProcessingException instance taking a message and a causing Throwable.
ResourceProcessingException(String, Location) - Constructor for exception org.jomc.ant.ResourceProcessingException
Creates a new ResourceProcessingException instance taking a message and a location.
ResourceProcessingException(Throwable, Location) - Constructor for exception org.jomc.ant.ResourceProcessingException
Creates a new ResourceProcessingException instance taking a causing Throwable and a location.
ResourceProcessingException(String, Throwable, Location) - Constructor for exception org.jomc.ant.ResourceProcessingException
Creates a new ResourceProcessingException instance taking a message, a causing Throwable and a location.
ResourceType - Class in org.jomc.ant.types
Datatype describing a resource.
ResourceType() - Constructor for class org.jomc.ant.types.ResourceType
Creates a new ResourceType instance.

S

setClassesDirectory(File) - Method in class org.jomc.ant.CommitClassesTask
Sets the directory holding the class files to commit model objects to.
setClassesDirectory(File) - Method in class org.jomc.ant.ValidateClassesTask
Sets the directory holding the class files to validate model objects of.
setClassFileProcessorClass(Class<? extends ClassFileProcessor>) - Method in class org.jomc.ant.ClassFileProcessorTask
Sets the class of the ClassFileProcessor backing the task.
setClasspath(Path) - Method in class org.jomc.ant.JomcTask
Adds to the class path to process.
setClasspathRef(Reference) - Method in class org.jomc.ant.JomcTask
Adds a reference to a class path defined elsewhere.
setClassProcessingEnabled(boolean) - Method in class org.jomc.ant.ClassFileProcessorTask
Sets the flag indicating the processing of classes is enabled.
setConnectTimeout(int) - Method in class org.jomc.ant.types.ResourceType
Sets the timeout value, in milliseconds, to be used when opening communications links to the resource.
setCountry(String) - Method in class org.jomc.ant.types.LocaleType
Sets the value of the country property.
setDefaultTemplateEncoding(String) - Method in class org.jomc.ant.JomcToolTask
Sets the encoding to use for reading templates.
setDefaultTemplateProfile(String) - Method in class org.jomc.ant.JomcToolTask
Sets the default template profile to use when accessing templates.
setFormat(PropertiesFormatType) - Method in class org.jomc.ant.types.PropertiesResourceType
Sets the value of the format property.
setIf(Object) - Method in class org.jomc.ant.JomcTask
Sets an object controlling the execution of the task.
setImplementation(String) - Method in class org.jomc.ant.JomcToolTask
Sets the identifier of an implementation to process.
setImplementation(String) - Method in class org.jomc.ant.WriteModelTask
Sets the identifier of an implementation to write.
setIndentation(String) - Method in class org.jomc.ant.JomcToolTask
Sets the indentation string ('\t' for tab).
setInputEncoding(String) - Method in class org.jomc.ant.JomcToolTask
Sets the encoding to use for reading files.
setInstanceModelFile(File) - Method in class org.jomc.ant.WriteModelTask
Sets the file to write the instance to.
setJavaValidationEnabled(boolean) - Method in class org.jomc.ant.JomcModelTask
Sets the flag indicating Java validation is enabled.
setKey(String) - Method in class org.jomc.ant.types.KeyValueType
Sets the value of the key property.
setLanguage(String) - Method in class org.jomc.ant.types.LocaleType
Sets the value of the language property.
setLineSeparator(String) - Method in class org.jomc.ant.JomcToolTask
Sets the line separator ('\r\n' for DOS, '\r' for Mac, '\n' for Unix).
setLocation(String) - Method in class org.jomc.ant.types.ResourceType
Sets the value of the location property.
setModel(String) - Method in class org.jomc.ant.JomcTask
Sets the identifier of the model to process.
setModelContextFactoryClassName(String) - Method in class org.jomc.ant.JomcTask
Sets the name of the ModelContextFactory implementation class backing the task.
setModelEncoding(String) - Method in class org.jomc.ant.WriteModelTask
Sets the encoding of the model resource.
setModelFile(File) - Method in class org.jomc.ant.WriteModelTask
Sets the file to write the model to.
setModelObjectClasspathResolutionEnabled(boolean) - Method in class org.jomc.ant.JomcModelTask
Sets the flag indicating model object class path resolution is enabled.
setModelProcessingEnabled(boolean) - Method in class org.jomc.ant.JomcTask
Sets the flag indicating the processing of models is enabled.
setModelResourceValidationEnabled(boolean) - Method in class org.jomc.ant.JomcModelTask
Sets the flag indicating JAXP schema validation of model resources is enabled.
setModletEncoding(String) - Method in class org.jomc.ant.MergeModletsTask
Sets the encoding of the modlet resource.
setModletFile(File) - Method in class org.jomc.ant.MergeModletsTask
Sets the file to write the merged modlet to.
setModletLocation(String) - Method in class org.jomc.ant.JomcTask
Sets the location to search for modlets.
setModletName(String) - Method in class org.jomc.ant.MergeModletsTask
Sets the name of the merged modlet.
setModletResourceValidationEnabled(boolean) - Method in class org.jomc.ant.JomcTask
Sets the flag indicating JAXP schema validation of modlet resources is enabled.
setModletSchemaSystemId(String) - Method in class org.jomc.ant.JomcTask
Sets the http://jomc.org/modlet namespace schema system id of the context backing the task.
setModletVendor(String) - Method in class org.jomc.ant.MergeModletsTask
Sets the vendor of the merged modlet.
setModletVersion(String) - Method in class org.jomc.ant.MergeModletsTask
Sets the version of the merged modlet.
setModule(String) - Method in class org.jomc.ant.JomcToolTask
Sets the identifier of a module to process.
setModule(String) - Method in class org.jomc.ant.WriteModelTask
Sets the identifier of a module to write.
setModuleEncoding(String) - Method in class org.jomc.ant.MergeModulesTask
Sets the encoding of the module resource.
setModuleFile(File) - Method in class org.jomc.ant.MergeModulesTask
Sets the file to write the merged module to.
setModuleLocation(String) - Method in class org.jomc.ant.JomcModelTask
Sets the location to search for modules.
setModuleModelFile(File) - Method in class org.jomc.ant.WriteModelTask
Sets the file to write the module to.
setModuleName(String) - Method in class org.jomc.ant.MergeModulesTask
Sets the name of the merged module.
setModuleVendor(String) - Method in class org.jomc.ant.MergeModulesTask
Sets the vendor of the merged module.
setModuleVersion(String) - Method in class org.jomc.ant.MergeModulesTask
Sets the version of the merged module.
setName(String) - Method in class org.jomc.ant.types.NameType
Sets the value of the name property.
setOptional(boolean) - Method in class org.jomc.ant.types.ResourceType
Sets the flag indicating the resource is optional.
setOutputEncoding(String) - Method in class org.jomc.ant.JomcToolTask
Sets the encoding to use for writing files.
setPlatformProviderLocation(String) - Method in class org.jomc.ant.JomcTask
Sets the location to search for platform provider resources.
setProviderLocation(String) - Method in class org.jomc.ant.JomcTask
Sets the location to search for providers.
setReadTimeout(int) - Method in class org.jomc.ant.types.ResourceType
Sets the timeout value, in milliseconds, to be used when reading the resource.
setResourceBundleDefaultLanguage(String) - Method in class org.jomc.ant.ResourceFileProcessorTask
Sets the language of the default language properties file of generated resource bundle resource files.
setResourceFileProcessorClass(Class<? extends ResourceFileProcessor>) - Method in class org.jomc.ant.ResourceFileProcessorTask
Sets the class of the ResourceFileProcessor backing the task.
setResourceProcessingEnabled(boolean) - Method in class org.jomc.ant.ResourceFileProcessorTask
Sets the flag indicating the processing of resources is enabled.
setResourcesDirectory(File) - Method in class org.jomc.ant.GenerateResourcesTask
Sets the directory to generate resource files to.
setSourceFileProcessorClass(Class<? extends SourceFileProcessor>) - Method in class org.jomc.ant.SourceFileProcessorTask
Sets the class of the SourceFileProcessor backing the task.
setSourceProcessingEnabled(boolean) - Method in class org.jomc.ant.SourceFileProcessorTask
Sets the flag indicating the processing of source files is enabled.
setSourcesDirectory(File) - Method in class org.jomc.ant.ManageSourcesTask
Sets the directory holding the source files to manage.
setSpecification(String) - Method in class org.jomc.ant.JomcToolTask
Sets the identifier of a specification to process.
setSpecification(String) - Method in class org.jomc.ant.WriteModelTask
Sets the identifier of a specification to write.
setSpecificationModelFile(File) - Method in class org.jomc.ant.WriteModelTask
Sets the file to write the specification to.
setTemplateEncoding(String) - Method in class org.jomc.ant.JomcToolTask
Deprecated.
As of JOMC 1.3, replaced by method JomcToolTask.setDefaultTemplateEncoding(java.lang.String). This method will be removed in JOMC 2.0.
setTemplateLocation(String) - Method in class org.jomc.ant.JomcToolTask
Sets the location to search for templates in addition to searching the class path of the task.
setTemplateProfile(String) - Method in class org.jomc.ant.JomcToolTask
Sets the template profile to use when accessing templates.
setTransformerLocation(String) - Method in class org.jomc.ant.JomcModelTask
Sets the location to search for transformers.
setType(Class<?>) - Method in class org.jomc.ant.types.KeyValueType
Sets the value of the type property.
setUnless(Object) - Method in class org.jomc.ant.JomcTask
Sets an object controlling the execution of the task.
setValue(String) - Method in class org.jomc.ant.types.KeyValueType
Sets the value of the value property.
setVariant(String) - Method in class org.jomc.ant.types.LocaleType
Sets the value of the variant property.
SourceFileProcessorTask - Class in org.jomc.ant
Base class for executing source file processor based tasks.
SourceFileProcessorTask() - Constructor for class org.jomc.ant.SourceFileProcessorTask
Creates a new SourceFileProcessorTask instance.
SourceProcessingException - Exception in org.jomc.ant
Gets thrown whenever processing source files fails.
SourceProcessingException() - Constructor for exception org.jomc.ant.SourceProcessingException
Creates a new SourceProcessingException instance without descriptive information.
SourceProcessingException(String) - Constructor for exception org.jomc.ant.SourceProcessingException
Creates a new SourceProcessingException instance taking a message.
SourceProcessingException(Throwable) - Constructor for exception org.jomc.ant.SourceProcessingException
Creates a new SourceProcessingException instance taking a causing Throwable.
SourceProcessingException(String, Throwable) - Constructor for exception org.jomc.ant.SourceProcessingException
Creates a new SourceProcessingException instance taking a message and a causing Throwable.
SourceProcessingException(String, Location) - Constructor for exception org.jomc.ant.SourceProcessingException
Creates a new SourceProcessingException instance taking a message and a location.
SourceProcessingException(Throwable, Location) - Constructor for exception org.jomc.ant.SourceProcessingException
Creates a new SourceProcessingException instance taking a causing Throwable and a location.
SourceProcessingException(String, Throwable, Location) - Constructor for exception org.jomc.ant.SourceProcessingException
Creates a new SourceProcessingException instance taking a message, a causing Throwable and a location.

T

toString() - Method in class org.jomc.ant.types.KeyValueType
Creates and returns a string representation of the object.
toString() - Method in class org.jomc.ant.types.LocaleType
Creates and returns a string representation of the object.
toString() - Method in class org.jomc.ant.types.ModletResourceType
Creates and returns a string representation of the object.
toString() - Method in class org.jomc.ant.types.ModuleResourceType
Creates and returns a string representation of the object.
toString() - Method in class org.jomc.ant.types.NameType
Creates and returns a string representation of the object.
toString() - Method in class org.jomc.ant.types.PropertiesResourceType
Creates and returns a string representation of the object.
toString() - Method in class org.jomc.ant.types.ResourceType
Creates and returns a string representation of the object.
toString() - Method in class org.jomc.ant.types.TransformerResourceType
Creates and returns a string representation of the object.
TransformerResourceType - Class in org.jomc.ant.types
Datatype describing a XSLT document resource.
TransformerResourceType() - Constructor for class org.jomc.ant.types.TransformerResourceType
Creates a new TransformerResourceType.

V

ValidateClassesTask - Class in org.jomc.ant
Task for validating class file model objects.
ValidateClassesTask() - Constructor for class org.jomc.ant.ValidateClassesTask
Creates a new ValidateClassesTask instance.
ValidateClasspathTask - Class in org.jomc.ant
Task for validating class path model objects.
ValidateClasspathTask() - Constructor for class org.jomc.ant.ValidateClasspathTask
Creates a new ValidateClasspathTask instance.
ValidateModelTask - Class in org.jomc.ant
Task for validating model objects.
ValidateModelTask() - Constructor for class org.jomc.ant.ValidateModelTask
Creates a new ValidateModelTask instance.
valueOf(String) - Static method in enum org.jomc.ant.types.PropertiesFormatType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jomc.ant.types.PropertiesFormatType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WriteModelTask - Class in org.jomc.ant
Task for writing model objects.
WriteModelTask() - Constructor for class org.jomc.ant.WriteModelTask
Creates a new WriteModelTask instance.
A C E F G I J K L M N O P R S T V W 

Copyright © 2005–2015 The JOMC Project. All rights reserved.