Package org.jboss.vfs
Class VirtualFileAssembly.Path
- java.lang.Object
-
- org.jboss.vfs.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()
-