Package org.entityfs.el

EntityLocation interfaces and implementations.

See:
          Description

Interface Summary
EntityLocation<T extends EntityLocation<?>> Interface for an file system entity location.
 

Class Summary
AbsoluteLocation Objects of this class describe absolute entity locations in a file system, i.e.
AbstractLocation<T extends EntityLocation<?>> Abstract base class with implementations of EntityLocation methods.
EntityLocations This class contains static utility methods that can come in handy when working with entity locations.
RelativeLocation Objects of this class describe one entity's location relative to a directory, i.e.
 

Exception Summary
InvalidEntityLocationException  
 

Package org.entityfs.el Description

EntityLocation interfaces and implementations.

Since:
1.0
Author:
Karl Gustafsson