API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.ant.taskdefs. Zip.WhenEmpty View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      EnumeratedAttribute
          Zip.WhenEmpty
Implements
Subclasses
Description
publicstatic class Zip.WhenEmpty
Possible behaviors when there are no matching files for the task: "fail", "skip", or "create".
See also:   
Constructors
public Zip.WhenEmpty ()
Methods
Hide/Show inherited methods
publicfinal boolean containsValue (java.lang.String value) [Inherited From EnumeratedAttribute]
  Is this value included in the enumeration?
publicfinal int getIndex () [Inherited From EnumeratedAttribute]
 
publicstatic EnumeratedAttribute getInstance (java.lang.Class clazz, java.lang.String value) throws BuildException [Inherited From EnumeratedAttribute]
  Factory method for instantiating EAs via API in a more developer friendly way.
publicfinal java.lang.String getValue () [Inherited From EnumeratedAttribute]
 
public java.lang.String getValues () [Specified in EnumeratedAttribute]
  The string values for the enumerated value
publicfinal int indexOfValue (java.lang.String value) [Inherited From EnumeratedAttribute]
  get the index of a value in this enumeration.
publicfinal void setValue (java.lang.String value) throws BuildException [Inherited From EnumeratedAttribute]
  Invoked by IntrospectionHelper.
public java.lang.String toString () [Inherited From EnumeratedAttribute]
  Convert the value to its string form.
Fields
Hide/Show inherited fields
protected java.lang.String value [Inherited From EnumeratedAttribute]
The selected value in this enumeration.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar