- 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 ClassFileProcessorTaskinstance.
 
- ClassProcessingException - Exception in org.jomc.ant
- 
Gets thrown whenever processing class files fails. 
- ClassProcessingException() - Constructor for exception org.jomc.ant.ClassProcessingException
- 
Creates a new ClassProcessingExceptioninstance without descriptive information.
 
- ClassProcessingException(String) - Constructor for exception org.jomc.ant.ClassProcessingException
- 
Creates a new ClassProcessingExceptioninstance taking a message.
 
- ClassProcessingException(Throwable) - Constructor for exception org.jomc.ant.ClassProcessingException
- 
Creates a new ClassProcessingExceptioninstance taking a causingThrowable.
 
- ClassProcessingException(String, Throwable) - Constructor for exception org.jomc.ant.ClassProcessingException
- 
Creates a new ClassProcessingExceptioninstance taking a message and a causingThrowable.
 
- ClassProcessingException(String, Location) - Constructor for exception org.jomc.ant.ClassProcessingException
- 
Creates a new ClassProcessingExceptioninstance taking a message and a location.
 
- ClassProcessingException(Throwable, Location) - Constructor for exception org.jomc.ant.ClassProcessingException
- 
Creates a new ClassProcessingExceptioninstance taking a causingThrowableand a location.
 
- ClassProcessingException(String, Throwable, Location) - Constructor for exception org.jomc.ant.ClassProcessingException
- 
Creates a new ClassProcessingExceptioninstance taking a message, a causingThrowableand 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 CommitClassesTaskinstance.
 
- configureClassFileProcessor(ClassFileProcessor) - Method in class org.jomc.ant.ClassFileProcessorTask
- 
Configures a given ClassFileProcessorinstance using the properties of the instance.
 
- configureJomcTool(JomcTool) - Method in class org.jomc.ant.JomcToolTask
- 
Configures a given JomcToolinstance using the properties of the instance.
 
- configureResourceFileProcessor(ResourceFileProcessor) - Method in class org.jomc.ant.ResourceFileProcessorTask
- 
Configures a given ResourceFileProcessorinstance using the properties of the instance.
 
- configureSourceFileProcessor(SourceFileProcessor) - Method in class org.jomc.ant.SourceFileProcessorTask
- 
Configures a given SourceFileProcessorinstance using the properties of the instance.
 
- createClasspath() - Method in class org.jomc.ant.JomcTask
- 
Creates a new classpathelement instance.
 
- createLocale() - Method in class org.jomc.ant.JomcToolTask
- 
Creates a new localeelement instance.
 
- createModelContextAttribute() - Method in class org.jomc.ant.JomcTask
- 
Creates a new modelContextAttributeelement instance.
 
- createModelObjectStylesheetResource() - Method in class org.jomc.ant.CommitClassesTask
- 
Creates a new modelObjectStylesheetResourceelement instance.
 
- createModelObjectStylesheetResource() - Method in class org.jomc.ant.MergeModulesTask
- 
Creates a new modelObjectStylesheetResourceelement instance.
 
- createModletExclude() - Method in class org.jomc.ant.MergeModletsTask
- 
Creates a new modletExcludeelement instance.
 
- createModletInclude() - Method in class org.jomc.ant.MergeModletsTask
- 
Creates a new modletIncludeelement instance.
 
- createModletObjectStylesheetResource() - Method in class org.jomc.ant.MergeModletsTask
- 
Creates a new modletObjectStylesheetResourceelement instance.
 
- createModletResource() - Method in class org.jomc.ant.MergeModletsTask
- 
Creates a new modletResourceelement instance.
 
- createModuleExclude() - Method in class org.jomc.ant.MergeModulesTask
- 
Creates a new moduleExcludeelement instance.
 
- createModuleInclude() - Method in class org.jomc.ant.MergeModulesTask
- 
Creates a new moduleIncludeelement instance.
 
- createModuleResource() - Method in class org.jomc.ant.JomcModelTask
- 
Creates a new moduleResourceelement instance.
 
- createTemplateParameter() - Method in class org.jomc.ant.JomcToolTask
- 
Creates a new templateParameterelement instance.
 
- createTemplateParameterResource() - Method in class org.jomc.ant.JomcToolTask
- 
Creates a new templateParameterResourceelement instance.
 
- createTransformationOutputProperty() - Method in class org.jomc.ant.JomcTask
- 
Creates a new transformationOutputPropertyelement instance.
 
- createTransformationOutputProperty() - Method in class org.jomc.ant.types.TransformerResourceType
- 
Creates a new transformationOutputPropertyelement instance.
 
- createTransformationParameter() - Method in class org.jomc.ant.JomcTask
- 
Creates a new transformationParameterelement instance.
 
- createTransformationParameter() - Method in class org.jomc.ant.types.TransformerResourceType
- 
Creates a new transformationParameterelement instance.
 
- createTransformationParameterResource() - Method in class org.jomc.ant.JomcTask
- 
Creates a new transformationParameterResourceelement instance.
 
- createTransformationParameterResource() - Method in class org.jomc.ant.types.TransformerResourceType
- 
Creates a new transformationParameterResourceelement instance.
 
- createVelocityProperty() - Method in class org.jomc.ant.JomcToolTask
- 
Creates a new velocityPropertyelement instance.
 
- createVelocityPropertyResource() - Method in class org.jomc.ant.JomcToolTask
- 
Creates a new velocityPropertyResourceelement instance.
 
- GenerateResourcesTask - Class in org.jomc.ant
- 
Task for generating resource files. 
- GenerateResourcesTask() - Constructor for class org.jomc.ant.GenerateResourcesTask
- 
Creates a new GenerateResourcesTaskinstance.
 
- 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 ClassFileProcessorbacking 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 countryproperty.
 
- 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 URLfor 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 formatproperty.
 
- 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 keyproperty.
 
- getLanguage() - Method in class org.jomc.ant.types.LocaleType
- 
Gets the value of the languageproperty.
 
- 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 locationproperty.
 
- getModel(ModelContext) - Method in class org.jomc.ant.JomcModelTask
- 
Gets a Modelfrom a givenModelContext.
 
- 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 Modelfrom a givenModelContext.
 
- getModelContextAttributes() - Method in class org.jomc.ant.JomcTask
- 
Gets the ModelContextattributes to apply.
 
- getModelContextFactoryClassName() - Method in class org.jomc.ant.JomcTask
- 
Gets the name of the ModelContextFactoryimplementation 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/modletnamespace 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 nameproperty.
 
- 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 Propertiesinstance from aPropertiesResourceType.
 
- 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 URLfor 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 ResourceFileProcessorbacking 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 SourceFileProcessorbacking 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
- 
- 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 Transformerfor a givenTransformerResourceType.
 
- 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 typeproperty.
 
- 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 valueproperty.
 
- getVariant() - Method in class org.jomc.ant.types.LocaleType
- 
Gets the value of the variantproperty.
 
- 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. 
- 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 ClassFileProcessorbacking 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 countryproperty.
 
- 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 formatproperty.
 
- 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 keyproperty.
 
- setLanguage(String) - Method in class org.jomc.ant.types.LocaleType
- 
Sets the value of the languageproperty.
 
- 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 locationproperty.
 
- 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 ModelContextFactoryimplementation 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/modletnamespace 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 nameproperty.
 
- 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 ResourceFileProcessorbacking 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 SourceFileProcessorbacking 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
- 
- 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 typeproperty.
 
- 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 valueproperty.
 
- setVariant(String) - Method in class org.jomc.ant.types.LocaleType
- 
Sets the value of the variantproperty.
 
- 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 SourceFileProcessorTaskinstance.
 
- SourceProcessingException - Exception in org.jomc.ant
- 
Gets thrown whenever processing source files fails. 
- SourceProcessingException() - Constructor for exception org.jomc.ant.SourceProcessingException
- 
Creates a new SourceProcessingExceptioninstance without descriptive information.
 
- SourceProcessingException(String) - Constructor for exception org.jomc.ant.SourceProcessingException
- 
Creates a new SourceProcessingExceptioninstance taking a message.
 
- SourceProcessingException(Throwable) - Constructor for exception org.jomc.ant.SourceProcessingException
- 
Creates a new SourceProcessingExceptioninstance taking a causingThrowable.
 
- SourceProcessingException(String, Throwable) - Constructor for exception org.jomc.ant.SourceProcessingException
- 
Creates a new SourceProcessingExceptioninstance taking a message and a causingThrowable.
 
- SourceProcessingException(String, Location) - Constructor for exception org.jomc.ant.SourceProcessingException
- 
Creates a new SourceProcessingExceptioninstance taking a message and a location.
 
- SourceProcessingException(Throwable, Location) - Constructor for exception org.jomc.ant.SourceProcessingException
- 
Creates a new SourceProcessingExceptioninstance taking a causingThrowableand a location.
 
- SourceProcessingException(String, Throwable, Location) - Constructor for exception org.jomc.ant.SourceProcessingException
- 
Creates a new SourceProcessingExceptioninstance taking a message, a causingThrowableand a
 location.