com.faunos.util.boot
Class RelativeDirectory

java.lang.Object
  extended by com.faunos.util.boot.RelativeDirectory
All Implemented Interfaces:
Directory

public class RelativeDirectory
extends Object
implements Directory


Constructor Summary
RelativeDirectory(Directory directory, String relativePath)
           
 
Method Summary
 File getDirectory()
          Returns the directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelativeDirectory

public RelativeDirectory(Directory directory,
                         String relativePath)
Method Detail

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


SourceForge.net Logo