public class Location extends Object
Constructor and Description |
---|
Location()
Deprecated.
Use instead
|
Location(List<String> location) |
Location(Location location) |
Location(Location parent,
String child) |
Location(String... location) |
Modifier and Type | Method and Description |
---|---|
String[] |
asArray() |
List<String> |
asList()
Returns the path elements in an unmodifiable list
|
boolean |
equals(Object obj) |
Stack<String> |
getPathStack() |
int |
hashCode() |
String |
toString() |
String |
toString(String separator) |
public static final Location ROOT
public Location(String... location)
public Location(Location location)
@Deprecated public Location()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.