Package | Description |
---|---|
org.jomc.ant |
Object management and configuration task classes for Apache Ant.
|
org.jomc.ant.types |
Object management and configuration task data type classes for Apache Ant.
|
Modifier and Type | Method and Description |
---|---|
NameType |
MergeModletsTask.createModletExclude()
Creates a new
modletExclude element instance. |
NameType |
MergeModletsTask.createModletInclude()
Creates a new
modletInclude element instance. |
NameType |
MergeModulesTask.createModuleExclude()
Creates a new
moduleExclude element instance. |
NameType |
MergeModulesTask.createModuleInclude()
Creates a new
moduleInclude element instance. |
Modifier and Type | Method and Description |
---|---|
Set<NameType> |
MergeModletsTask.getModletExcludes()
Gets a set of modlet names to exclude.
|
Set<NameType> |
MergeModletsTask.getModletIncludes()
Gets a set of modlet names to include.
|
Set<NameType> |
MergeModulesTask.getModuleExcludes()
Gets a set of module names to exclude.
|
Set<NameType> |
MergeModulesTask.getModuleIncludes()
Gets a set of module names to include.
|
Modifier and Type | Method and Description |
---|---|
void |
JomcTask.assertNamesNotNull(Collection<? extends NameType> names)
Throws a
BuildException on a null value of a name property of a given NameType
collection. |
Modifier and Type | Method and Description |
---|---|
NameType |
NameType.clone()
Creates and returns a copy of this object.
|
Copyright © 2005-2013 The JOMC Project. All Rights Reserved.