Package | Description |
---|---|
com.github.wuic.path.core |
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.
|
com.github.wuic.servlet.path |
This package provides webapp support for
Path manipulations. |
com.github.wuic.util |
Utility package where helper methods are defined.
|
Modifier and Type | Class and Description |
---|---|
class |
FsDirectoryPathFactory
DirectoryPathFactory in charge of creating new FsDirectoryPath . |
Modifier and Type | Class and Description |
---|---|
class |
WebappDirectoryPathFactory
DirectoryPathFactory in charge of creating new WebappDirectoryPath . |
Modifier and Type | Method and Description |
---|---|
static Path |
IOUtils.buildPath(String path,
DirectoryPathFactory factory)
Returns a hierarchy of
paths represented by the given String . |
Copyright © 2012-2015. All Rights Reserved.