com.googlecode.refit.web
Class DirectorySelection

java.lang.Object
  extended by com.googlecode.refit.web.DirectorySelection
All Implemented Interfaces:
Serializable

public class DirectorySelection
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DirectorySelection()
           
 
Method Summary
 String getExcludes()
           
 String getIncludes()
           
 String getInputDir()
           
 String getOutputDir()
           
 void setExcludes(String excludes)
           
 void setIncludes(String includes)
           
 void setInputDir(String inputDir)
           
 void setOutputDir(String outputDir)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectorySelection

public DirectorySelection()
Method Detail

getInputDir

public String getInputDir()

setInputDir

public void setInputDir(String inputDir)

getOutputDir

public String getOutputDir()

setOutputDir

public void setOutputDir(String outputDir)

getIncludes

public String getIncludes()

setIncludes

public void setIncludes(String includes)

getExcludes

public String getExcludes()

setExcludes

public void setExcludes(String excludes)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.