Package | Description |
---|---|
org.jboss.shrinkwrap.impl.nio.file |
Modifier and Type | Field and Description |
---|---|
private ShrinkWrapFileSystem |
ShrinkWrapPath.fileSystem
Owning
ShrinkWrapFileSystem |
private ShrinkWrapFileSystem |
ShrinkWrapDirectoryStream.fs |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<java.lang.String,ShrinkWrapFileSystem> |
ShrinkWrapFileSystemProvider.createdFileSystems
Open file systems, keyed by the
Archive.getId() |
Constructor and Description |
---|
ShrinkWrapDirectoryStream(java.nio.file.Path startingPath,
ShrinkWrapFileSystem fs,
java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> filter)
Creates a new instance starting from startingPath with is required backing the specified
ShrinkWrapFileSystem , which is required. |
ShrinkWrapPath(ArchivePath path,
ShrinkWrapFileSystem fileSystem)
Constructs a new instance using the specified (required) path and backing
ShrinkWrapFileSystem |
ShrinkWrapPath(java.lang.String path,
ShrinkWrapFileSystem fileSystem)
Constructs a new instance using the specified (required) canonical form and backing
ShrinkWrapFileSystem |