Uses of Class
org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystem
-
Packages that use ShrinkWrapFileSystem Package Description org.jboss.shrinkwrap.impl.nio.file -
-
Uses of ShrinkWrapFileSystem in org.jboss.shrinkwrap.impl.nio.file
Fields in org.jboss.shrinkwrap.impl.nio.file declared as ShrinkWrapFileSystem Modifier and Type Field Description private ShrinkWrapFileSystemShrinkWrapPath. fileSystemOwningShrinkWrapFileSystemprivate ShrinkWrapFileSystemShrinkWrapDirectoryStream. fsFields in org.jboss.shrinkwrap.impl.nio.file with type parameters of type ShrinkWrapFileSystem Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.lang.String,ShrinkWrapFileSystem>ShrinkWrapFileSystemProvider. createdFileSystemsOpen file systems, keyed by theArchive.getId()Constructors in org.jboss.shrinkwrap.impl.nio.file with parameters of type ShrinkWrapFileSystem Constructor 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 specifiedShrinkWrapFileSystem, which is required.ShrinkWrapPath(java.lang.String path, ShrinkWrapFileSystem fileSystem)Constructs a new instance using the specified (required) canonical form and backingShrinkWrapFileSystemShrinkWrapPath(ArchivePath path, ShrinkWrapFileSystem fileSystem)Constructs a new instance using the specified (required) path and backingShrinkWrapFileSystem
-