public class PropertyPath extends Object
Constructor and Description |
---|
PropertyPath() |
PropertyPath(PropertyPath parent,
String property) |
PropertyPath(String property) |
Modifier and Type | Method and Description |
---|---|
PropertyPath |
append(String property) |
String |
getFullPath() |
PropertyPath |
getParent() |
String |
getProperty() |
boolean |
isRoot() |
String |
toString() |
public PropertyPath(PropertyPath parent, String property)
public PropertyPath(String property)
public PropertyPath()
public PropertyPath append(String property)
public PropertyPath getParent()
public String getProperty()
public String getFullPath()
public boolean isRoot()
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.