public class MountParameters extends Object
| Constructor and Description |
|---|
MountParameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Collection<String> |
getParameterNames() |
StringValue |
getValue(String parameterName) |
int |
hashCode() |
void |
setValue(String parameterName,
StringValue value)
Sets new placeholder name/pair
|
String |
toString() |
public final StringValue getValue(String parameterName)
parameterName - the name of the placeholderparameterName or null otherwisepublic final void setValue(String parameterName, StringValue value)
parameterName - value - public final Collection<String> getParameterNames()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.