com.faunos.util.boot
Interface Directory

All Known Implementing Classes:
JarDirectory, PlainDirectory, RelativeDirectory

public interface Directory

Represents a way to get at a directory, for example an application's configuration directory. The real reason why I have this interface is that I want some indirection between the caller and the implementation.


Method Summary
 File getDirectory()
          Returns the directory.
 

Method Detail

getDirectory

File getDirectory()
Returns the directory. The File object returned is guaranteed to be an existing directory (although it may not have existed prior to invocation).



SourceForge.net Logo