gpl.fredy.io
Class DirectoryHandler

java.lang.Object
  extended by gpl.fredy.io.DirectoryHandler

public class DirectoryHandler
extends java.lang.Object


Constructor Summary
DirectoryHandler()
           
DirectoryHandler(java.lang.String name)
           
 
Method Summary
 void emptyDirectory()
           
 java.lang.String getDirectory()
          Get the value of the Directory.
 void setDirectory(java.lang.String v)
          Set the value of the Directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryHandler

public DirectoryHandler(java.lang.String name)

DirectoryHandler

public DirectoryHandler()
Method Detail

getDirectory

public java.lang.String getDirectory()
Get the value of the Directory.

Returns:
value of the Directory.

setDirectory

public void setDirectory(java.lang.String v)
Set the value of the Directory.

Parameters:
v - Value to assign to the Directory.

emptyDirectory

public void emptyDirectory()