org.crsh.vfs
Class Path.Absolute

java.lang.Object
  extended by org.crsh.vfs.Path
      extended by org.crsh.vfs.Path.Absolute
All Implemented Interfaces:
Iterable<String>
Enclosing class:
Path

public static class Path.Absolute
extends Path


Nested Class Summary
 
Nested classes/interfaces inherited from class org.crsh.vfs.Path
Path.Absolute, Path.Relative
 
Field Summary
 
Fields inherited from class org.crsh.vfs.Path
dir, EMPTY, names, ROOT
 
Constructor Summary
private Path.Absolute(boolean dir, String[] names)
           
 
Method Summary
 Path.Absolute absolute()
           
 Path.Absolute append(String name, boolean dir)
           
protected  Path.Absolute create(boolean dir, String[] names)
           
 boolean isAbsolute()
           
 
Methods inherited from class org.crsh.vfs.Path
equals, get, get, getName, getSize, getValue, hashCode, isChildOf, isDir, iterator, nameAt, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Path.Absolute

private Path.Absolute(boolean dir,
                      String[] names)
Method Detail

append

public Path.Absolute append(String name,
                            boolean dir)
Overrides:
append in class Path

create

protected Path.Absolute create(boolean dir,
                               String[] names)
Specified by:
create in class Path

absolute

public Path.Absolute absolute()
Specified by:
absolute in class Path

isAbsolute

public boolean isAbsolute()
Specified by:
isAbsolute in class Path


Copyright © 2015 eXo Platform SAS. All Rights Reserved.