public class ParameterPath extends Object implements Serializable, Comparable
| Constructor and Description |
|---|
ParameterPath(String componentName,
String parameterName) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
String |
getComponentName()
Gets the component this parameter belongs to.
|
String |
getParameterName()
Gets the parameter name.
|
int |
hashCode() |
String |
toString() |
static ParameterPath |
valueOf(String pathString)
reverse operation from toString(): creates a ParameterPath from a String.
|
public String getComponentName()
public String getParameterName()
public int compareTo(Object o)
compareTo in interface Comparablepublic static ParameterPath valueOf(String pathString)
pathString - should be of the form componentName/parameterName"
where componentPath could also be a path (example: "carousel/tickMillis", "main/tick/taskPeriodMillis")IllegalArgumentException - if pathString is not a path.Copyright © 2024 LSST. All rights reserved.