public class AxeRunContext extends Object
| Constructor and Description |
|---|
AxeRunContext() |
| Modifier and Type | Method and Description |
|---|---|
List<List<String>> |
getExclude()
gets the exclude list.
|
List<List<String>> |
getInclude()
gets a list of included values.
|
void |
setExclude(List<String> newExclude)
sets the exclude list.
|
void |
setInclude(List<String> newInclude)
sets the included values.
|
public List<List<String>> getInclude()
public void setInclude(List<String> newInclude)
newInclude - new values to be includedpublic List<List<String>> getExclude()
Copyright © 2020. All rights reserved.