com.sun.wts.tools.ant
Class RenamePattern
java.lang.Object
com.sun.wts.tools.ant.RenamePattern
public class RenamePattern
- extends Object
One rename command.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenamePattern
public RenamePattern()
RenamePattern
public RenamePattern(String from,
String to)
setFrom
public void setFrom(String from)
setTo
public void setTo(String to)
setExcludes
public void setExcludes(String excludes)
addCommands
public void addCommands(List<Command> commands)
- Adds all the rename commands to the given list.
Copyright © 2006-2012. All Rights Reserved.