public final class Location extends Object implements Comparable<Location>, EmptyEvalutible
| 构造器和说明 |
|---|
Location(String prefix,
String path) |
Location(String prefix,
String path,
String pathSeparator) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(Location o) |
boolean |
equals(Object o) |
String |
getLocation() |
String |
getPath()
Return the path part of the location.
|
String |
getPathSeparator() |
String |
getPrefix()
Return the prefix denoting classpath of filesystem.
|
int |
hashCode() |
boolean |
isEmpty() |
boolean |
isNull() |
String |
toString() |
public String getPathSeparator()
public String getPath()
public String getPrefix()
public String getLocation()
public int compareTo(Location o)
compareTo 在接口中 Comparable<Location>public boolean isEmpty()
isEmpty 在接口中 EmptyEvalutiblepublic boolean isNull()
isNull 在接口中 EmptyEvalutibleCopyright © 2022. All rights reserved.