public class EngineSettings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EngineSettings.Scope |
| Constructor and Description |
|---|
EngineSettings(EngineSettings.Scope scope,
File oldJar,
File newJar,
boolean traverse) |
| Modifier and Type | Method and Description |
|---|---|
void |
addClasspathEntries(Collection<String> entries) |
void |
addExclude(String pattern) |
void |
addInclude(String pattern) |
List<String> |
getClasspathEntries() |
List<String> |
getExcludes() |
List<String> |
getIncludes() |
File |
getNewJar() |
File |
getOldJar() |
EngineSettings.Scope |
getScope() |
Optional<File> |
getSuppressionsFile() |
boolean |
isTraverse() |
void |
setSuppressionsFile(File suppressionsFile) |
String |
toString() |
public EngineSettings(EngineSettings.Scope scope, File oldJar, File newJar, boolean traverse)
@Nonnull public EngineSettings.Scope getScope()
public void setSuppressionsFile(File suppressionsFile)
public void addInclude(String pattern)
public void addExclude(String pattern)
public void addClasspathEntries(Collection<String> entries)
public boolean isTraverse()
Copyright © 2015 Atlassian. All rights reserved.