See: Description
Class | Description |
---|---|
FsDirectoryPath |
This
DirectoryPath representes a directory on the path system. |
FsDirectoryPathFactory |
DirectoryPathFactory in charge of creating new FsDirectoryPath . |
FsFilePath |
This
FilePath represents a path on the path system. |
SimplePath |
Simple implementation of a
Path . |
VirtualDirectoryPath |
This virtual
DirectoryPath is based on a several other DirectoryPath and proxy method call to them
when VirtualDirectoryPath.getChild(String) VirtualDirectoryPath.list() , VirtualDirectoryPath.getLastUpdate() are called. |
ZipDirectoryPath |
This class represents
DirectoryPath for ZIP archives. |
ZipEntryDirectoryPath |
This
DirectoryPath represents an entry inside a ZIP archive identified as a directory. |
ZipEntryFilePath |
This
FilePath represents an entry inside a ZIP archive identified as a path. |
ZipEntryPath |
This
Path represents an entry inside a ZIP archive. |
ZipFilePath |
This class represents a path which could be considered as a
FilePath and as a DirectoryPath with a
ZIP archive behind the scene. |
This package defines core implementation of the path API to resolve a hierarchical path with each element corresponding to either a path, a directory, a ZIP archive or an entry of a ZIP archive.
For instance, the aim is to access a path in /foo/lib.jar/statics/fwk.zip/path.js where :
See this helper
to build a path.
Copyright © 2012-2015. All Rights Reserved.