public class ExtendedArgumentListBuilder extends Object
| Constructor and Description |
|---|
ExtendedArgumentListBuilder(hudson.util.ArgumentListBuilder builder,
boolean unix) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(String arg)
Appends specified argument with proper quoting under unix and other OSes.
|
void |
append(String key,
String value)
Appends specified key/value pair, if value not empty.
|
void |
appendMasked(String key,
String value)
Appends specified key/value pair with mask, if value not empty.
|
boolean |
isUnix() |
public ExtendedArgumentListBuilder(hudson.util.ArgumentListBuilder builder,
boolean unix)
public void append(String key, String value)
key - keyvalue - valueappend(String)public void appendMasked(String key, String value)
key - keyvalue - valueArgumentListBuilder.addMasked(String)public void append(String arg)
arg - argumentArgumentListBuilder.add(String),
ArgumentListBuilder.addQuoted(String)public boolean isUnix()
Copyright © 2007-2013. All Rights Reserved.