org.objectweb.jorm.util.lib
Class AntJorm.Value

java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.Task
              |
              +--org.objectweb.jorm.util.lib.AntJorm.Value
Enclosing class:
AntJorm

public class AntJorm.Value
extends org.apache.tools.ant.Task


Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
AntJorm.Value(AntJorm.Param p)
           
 
Method Summary
 void setValue(java.lang.String v)
           
 
Methods inherited from class org.apache.tools.ant.Task
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, handleOutput, init, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntJorm.Value

public AntJorm.Value(AntJorm.Param p)
Method Detail

setValue

public void setValue(java.lang.String v)