public class DependencyOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DependencyOptions.GraphType |
| Constructor and Description |
|---|
DependencyOptions(DependencyOptions.GraphType type,
boolean includeAllTransitiveDependencies) |
| Modifier and Type | Method and Description |
|---|---|
DependencyOptions.GraphType |
getGraphType() |
boolean |
isIncludeAllTransitiveDependencies() |
static List<DependencyOptions> |
parseReportDefinitions(String reportsString) |
public DependencyOptions(DependencyOptions.GraphType type, boolean includeAllTransitiveDependencies)
public static List<DependencyOptions> parseReportDefinitions(String reportsString)
public DependencyOptions.GraphType getGraphType()
public boolean isIncludeAllTransitiveDependencies()
Copyright © 2019. All rights reserved.