Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.thermidor.build.tasks
Class RequiresTask.MatchType  view RequiresTask.MatchType download RequiresTask.MatchType.java

java.lang.Object
  extended byorg.apache.tools.ant.types.EnumeratedAttribute
      extended bycom.thermidor.build.tasks.RequiresTask.MatchType
Enclosing class:
RequiresTask

public static class RequiresTask.MatchType
extends org.apache.tools.ant.types.EnumeratedAttribute


Field Summary
 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
RequiresTask.MatchType()
           
 
Method Summary
 java.lang.String[] getValues()
          This is the only method a subclass needs to implement.
 
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getValue, indexOfValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequiresTask.MatchType

public RequiresTask.MatchType()
Method Detail

getValues

public java.lang.String[] getValues()
Description copied from class: org.apache.tools.ant.types.EnumeratedAttribute
This is the only method a subclass needs to implement.