com.faunos.util.boot
Class PlainDirectory
java.lang.Object
com.faunos.util.boot.PlainDirectory
- All Implemented Interfaces:
- Directory
public class PlainDirectory
- extends Object
- implements Directory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlainDirectory
public PlainDirectory(File dir)
PlainDirectory
public PlainDirectory(File dir,
boolean create)
getDirectory
public File getDirectory()
- Description copied from interface:
Directory
- Returns the directory. The
File
object returned is
guaranteed to be an existing directory (although it may not have
existed prior to invocation).
- Specified by:
getDirectory
in interface Directory