Class VirtualFileSystemArchiveDescriptor

  • All Implemented Interfaces:
    ArchiveDescriptor

    public class VirtualFileSystemArchiveDescriptor
    extends java.lang.Object
    implements ArchiveDescriptor
    Representation of an archive in the JBoss VirtualFileSystem API in terms of how to walk entries.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jboss.vfs.VirtualFile getRoot()  
      void visitArchive​(ArchiveContext archiveContext)
      Perform visitation using the given context
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VirtualFileSystemArchiveDescriptor

        public VirtualFileSystemArchiveDescriptor​(org.jboss.vfs.VirtualFile archiveRoot,
                                                  java.lang.String entryBase)
    • Method Detail

      • getRoot

        public org.jboss.vfs.VirtualFile getRoot()