public class FTreePath extends Object
Constructor and Description |
---|
FTreePath(FTreePath path) |
FTreePath(String path) |
FTreePath(String[] paths) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getLastPathComponent() |
FTreePath |
getParentPath() |
String[] |
getPath() |
String |
getPathComponent(int index) |
int |
getPathCount() |
boolean |
isDescendant(FTreePath FTreePath) |
FTreePath |
pathByAddingChild(String child) |
FTreePath |
pathByAddingPath(String[] extraPath) |
String |
toString() |
public FTreePath(String path)
public FTreePath(String[] paths)
public FTreePath(FTreePath path)
public String getLastPathComponent()
public FTreePath getParentPath()
public String[] getPath()
public String getPathComponent(int index)
public int getPathCount()
public boolean isDescendant(FTreePath FTreePath)
Copyright © 2014. All Rights Reserved.