Package com.faunos.util.boot

Application start up utilities.

See:
          Description

Interface Summary
Directory Represents a way to get at a directory, for example an application's configuration directory.
 

Class Summary
AbstractFileResolver Centralizes the code necessary to check whether a candidate filepath meets the Constraints argument of the resolve method.
DirectoryBasedFileResolver  
FileResolver An abstraction for resolving filepaths.
JarDirectory A code source-based Directory implementation.
PlainDirectory  
RelativeDirectory  
 

Enum Summary
FileResolver.Constraints  
 

Package com.faunos.util.boot Description

Application start up utilities. These mostly concern indirection for an application that doesn't want its implementation to be littered with knowledge about where various files and directories reside.

Note: The skwish project only uses this package for testing purposes (and then only indirectly).



SourceForge.net Logo