Uses of Class
org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystem
Packages that use ShrinkWrapFileSystem
-
Uses of ShrinkWrapFileSystem in org.jboss.shrinkwrap.impl.nio.file
Fields in org.jboss.shrinkwrap.impl.nio.file declared as ShrinkWrapFileSystemModifier and TypeFieldDescriptionprivate final ShrinkWrapFileSystem
ShrinkWrapPath.fileSystem
OwningShrinkWrapFileSystem
private final ShrinkWrapFileSystem
ShrinkWrapDirectoryStream.fs
Fields in org.jboss.shrinkwrap.impl.nio.file with type parameters of type ShrinkWrapFileSystemModifier and TypeFieldDescriptionprivate final ConcurrentMap
<String, ShrinkWrapFileSystem> ShrinkWrapFileSystemProvider.createdFileSystems
Open file systems, keyed by theArchive.getId()
Constructors in org.jboss.shrinkwrap.impl.nio.file with parameters of type ShrinkWrapFileSystemModifierConstructorDescription(package private)
ShrinkWrapDirectoryStream
(Path startingPath, ShrinkWrapFileSystem fs, DirectoryStream.Filter<? super Path> filter) Creates a new instance starting from startingPath with is required backing the specifiedShrinkWrapFileSystem
, which is required.(package private)
ShrinkWrapPath
(String path, ShrinkWrapFileSystem fileSystem) Constructs a new instance using the specified (required) canonical form and backingShrinkWrapFileSystem
(package private)
ShrinkWrapPath
(ArchivePath path, ShrinkWrapFileSystem fileSystem) Constructs a new instance using the specified (required) path and backingShrinkWrapFileSystem