public class ConfigGroup extends Object
| Constructor and Description |
|---|
ConfigGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl() |
String |
getDescription() |
List<String> |
getExcludes() |
List<String> |
getIncludes() |
String |
getTarget() |
void |
setBaseUrl(String baseUrl) |
void |
setDescription(String description) |
void |
setExcludes(List<String> excludes) |
void |
setIncludes(List<String> includes) |
void |
setTarget(String target) |
Copyright © 2015. All rights reserved.