Class PickFromListTask.StringValue

java.lang.Object
org.apache.tools.ant.ProjectComponent
com.carrotsearch.ant.tasks.junit4.PickFromListTask.StringValue
All Implemented Interfaces:
Cloneable
Enclosing class:
PickFromListTask

public static final class PickFromListTask.StringValue extends org.apache.tools.ant.ProjectComponent
Nested value element.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private String
     

    Fields inherited from class org.apache.tools.ant.ProjectComponent

    description, location, project
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addText(String value)
     
     

    Methods inherited from class org.apache.tools.ant.ProjectComponent

    clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • value

      private String value
  • Constructor Details

    • StringValue

      public StringValue()
  • Method Details