com.sun.wts.tools.ant
Class Command
java.lang.Object
com.sun.wts.tools.ant.Command
public class Command
- extends Object
One replace command.
- Author:
- Kohsuke Kawaguchi
Method Summary |
String |
replace(String input)
Replaces all the occurrences of the given pattern and returns it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Command
public Command(Pattern from,
String to)
Command
public Command(Pattern from,
String to,
List<Pattern> excludes)
replace
public String replace(String input)
- Replaces all the occurrences of the given pattern and returns it.
Copyright © 2006-2012. All Rights Reserved.