com.sun.wts.tools.ant
Class RenamePattern

java.lang.Object
  extended by com.sun.wts.tools.ant.RenamePattern

public class RenamePattern
extends Object

One rename command.

Author:
Kohsuke Kawaguchi

Constructor Summary
RenamePattern()
           
RenamePattern(String from, String to)
           
 
Method Summary
 void addCommands(List<Command> commands)
          Adds all the rename commands to the given list.
 void setExcludes(String excludes)
           
 void setFrom(String from)
           
 void setTo(String to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenamePattern

public RenamePattern()

RenamePattern

public RenamePattern(String from,
                     String to)
Method Detail

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.