Uses of Class
org.jomc.ant.types.NameType

Packages that use NameType
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. 
 

Uses of NameType in org.jomc.ant
 

Methods in org.jomc.ant that return NameType
 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.
 

Methods in org.jomc.ant that return types with arguments of type NameType
 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.
 

Method parameters in org.jomc.ant with type arguments of type NameType
 void JomcTask.assertNamesNotNull(Collection<? extends NameType> names)
          Throws a BuildException on a null value of a name property of a given NameType collection.
 

Uses of NameType in org.jomc.ant.types
 

Methods in org.jomc.ant.types that return NameType
 NameType NameType.clone()
          Creates and returns a copy of this object.
 



Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.