public class StringParameter extends ParameterHolder
| Constructor and Description |
|---|
StringParameter(String s,
boolean noBackslashEscapes) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(OutputStream os)
Write parameter value
|
toStringpublic StringParameter(String s, boolean noBackslashEscapes)
public void writeTo(OutputStream os) throws IOException
ParameterHolderwriteTo in class ParameterHolderos - the stream to write toIOException - when something goes wrongCopyright © 2014. All rights reserved.