org.apache.tools.ant.taskdefs
Class Replace.Replacefilter

java.lang.Object
  |
  +--org.apache.tools.ant.taskdefs.Replace.Replacefilter
Enclosing class:
Replace

public class Replace.Replacefilter
extends java.lang.Object


Constructor Summary
Replace.Replacefilter()
           
 
Method Summary
 java.lang.String getProperty()
           
 java.lang.String getReplaceValue()
           
 java.lang.String getToken()
           
 java.lang.String getValue()
           
 void setProperty(java.lang.String property)
           
 void setToken(java.lang.String token)
           
 void setValue(java.lang.String value)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Replace.Replacefilter

public Replace.Replacefilter()
Method Detail

validate

public void validate()
              throws BuildException

getReplaceValue

public java.lang.String getReplaceValue()

setToken

public void setToken(java.lang.String token)

getToken

public java.lang.String getToken()

setValue

public void setValue(java.lang.String value)

getValue

public java.lang.String getValue()

setProperty

public void setProperty(java.lang.String property)

getProperty

public java.lang.String getProperty()


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.