public class RequireManagement extends Object
| Constructor and Description |
|---|
RequireManagement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowExclusions() |
boolean |
allowVersions() |
List<String> |
getExceptions() |
boolean |
requireDependencyManagement() |
boolean |
requirePluginManagement() |
void |
setAllowExclusions(boolean allowExclusions) |
void |
setAllowVersions(boolean allowVersions) |
void |
setDependencies(boolean dependencies) |
void |
setExceptions(List<String> exceptions) |
void |
setPlugins(boolean plugins) |
public boolean requireDependencyManagement()
public void setDependencies(boolean dependencies)
public boolean requirePluginManagement()
public void setPlugins(boolean plugins)
public boolean allowVersions()
public void setAllowVersions(boolean allowVersions)
public boolean allowExclusions()
public void setAllowExclusions(boolean allowExclusions)
Copyright © 2016. All rights reserved.