@Deprecated public class MountParameters extends Object
| Constructor and Description |
|---|
MountParameters()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
Collection<String> |
getParameterNames()
Deprecated.
|
StringValue |
getValue(String parameterName)
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setValue(String parameterName,
StringValue value)
Deprecated.
Sets new placeholder name/pair
|
String |
toString()
Deprecated.
|
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–2015 Apache Software Foundation. All rights reserved.