com.lyncode.jtwig.util
Class FilePath

java.lang.Object
  extended by com.lyncode.jtwig.util.FilePath

public class FilePath
extends Object


Constructor Summary
FilePath(String path)
           
FilePath(String parent, String child)
           
 
Method Summary
 FilePath append(String child)
           
 FilePath parent()
           
static FilePath parentOf(String path)
           
static FilePath path(String path)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilePath

public FilePath(String path)

FilePath

public FilePath(String parent,
                String child)
Method Detail

path

public static FilePath path(String path)

parentOf

public static FilePath parentOf(String path)

parent

public FilePath parent()

append

public FilePath append(String child)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.