| Modifier and Type | Field and Description |
|---|---|
private boolean |
dir
.
|
private static String[] |
EMPTY_STRING
.
|
private String[] |
names
.
|
private String |
value
.
|
| Modifier | Constructor and Description |
|---|---|
private |
Path(boolean dir,
String[] names) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Path |
get(Path parent,
String name,
boolean dir) |
static Path |
get(String s) |
String |
getName() |
int |
getSize() |
String |
getValue()
Returns the canonical path value.
|
int |
hashCode() |
boolean |
isChildOf(Path parent) |
boolean |
isDir() |
Iterator<String> |
iterator() |
private static String[] |
parseNames(String s,
int prev,
int end,
int count) |
String |
toString() |
private static final String[] EMPTY_STRING
private final boolean dir
private static String[] parseNames(String s, int prev, int end, int count)
public int getSize()
public boolean isDir()
Copyright © 2014 eXo Platform SAS. All Rights Reserved.