|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.lyncode.jtwig.util.FilePath
public class FilePath
| 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 |
|---|
public FilePath(String path)
public FilePath(String parent,
String child)
| Method Detail |
|---|
public static FilePath path(String path)
public static FilePath parentOf(String path)
public FilePath parent()
public FilePath append(String child)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||