Package org.jboss.vfs

Class VirtualFileAssembly.Path

  • Enclosing class:
    VirtualFileAssembly

    private static class VirtualFileAssembly.Path
    extends java.lang.Object
    Path representation to hold onto the elements of the path.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Queue<java.lang.String> parts  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Path​(java.lang.String path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.String getCurrent()  
      private boolean isEndOfPath()  
      • Methods inherited from class java.lang.Object

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

      • parts

        private final java.util.Queue<java.lang.String> parts
    • Constructor Detail

      • Path

        private Path​(java.lang.String path)
    • Method Detail

      • isEndOfPath

        private boolean isEndOfPath()
      • getCurrent

        private java.lang.String getCurrent()