|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
File getDirectory()
File
object returned is
guaranteed to be an existing directory (although it may not have
existed prior to invocation).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |