public class DaemonParameters extends Object
| Constructor and Description |
|---|
DaemonParameters() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getFiles() |
Map<String,String> |
getParameters() |
boolean |
isMultipartForm() |
void |
setFile(String key,
String file)
Sets a daemon file.
|
void |
setParameter(String key,
String value)
Sets a daemon parameter.
|
public void setParameter(String key, String value)
key - The key namevalue - The value string for the specified keypublic void setFile(String key, String file)
key - The key namefile - The path to a filepublic boolean isMultipartForm()
Copyright © 2004–2018 Github. All rights reserved.