public class RepeatClassRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<String> |
defaultExcludePackage |
private List<String> |
defaultExistPackage |
private List<String> |
excludePackage |
private List<String> |
existPackage |
private String |
rootPath |
private String |
validatorFile |
| Constructor and Description |
|---|
RepeatClassRequest(Class<?> runClazz) |
RepeatClassRequest(String rootPath) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDefaultExcludePackage() |
List<String> |
getDefaultExistPackage() |
String |
getRootPath() |
String |
getValidatorFile() |
void |
setExcludePackage(List<String> excludePackage) |
void |
setExistPackage(List<String> existPackage) |
void |
setRootPath(String rootPath) |
void |
setValidatorFile(String validatorFile) |
public RepeatClassRequest(String rootPath)
public RepeatClassRequest(Class<?> runClazz)
Copyright © 2024. All rights reserved.