public class ClientOpts extends Object
| Modifier and Type | Field | Description |
|---|---|---|
protected AuthMethod |
auth |
|
protected String |
outputDirectory |
|
protected Map<String,String> |
properties |
|
protected String |
target |
|
protected String |
uri |
| Constructor | Description |
|---|---|
ClientOpts() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getOutputDirectory() |
|
Map<String,String> |
getProperties() |
|
String |
getTarget() |
|
String |
getUri() |
|
int |
hashCode() |
|
void |
setOutputDirectory(String outputDirectory) |
|
void |
setProperties(Map<String,String> properties) |
|
void |
setTarget(String target) |
|
void |
setUri(String uri) |
|
String |
toString() |
protected String uri
protected String target
protected AuthMethod auth
protected String outputDirectory
Copyright © 2019. All rights reserved.