Package | Description |
---|---|
com.github.wuic.nut |
This package defines what is a nut in WUIC and how to manage it.
|
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. |
Constructor and Description |
---|
FilePathNut(FilePath p,
String name,
NutType ft,
Future<Long> versionNumber)
Builds a new
Nut based on a given path. |
Modifier and Type | Class and Description |
---|---|
class |
FsFilePath
This
FilePath represents a path on the path system. |
class |
ZipEntryFilePath
This
FilePath represents an entry inside a ZIP archive identified as a path. |
class |
ZipFilePath
This class represents a path which could be considered as a
FilePath and as a DirectoryPath with a
ZIP archive behind the scene. |
Modifier and Type | Class and Description |
---|---|
class |
WebappFilePath
Represents a file in the war file.
|
Copyright © 2012-2015. All Rights Reserved.