public abstract static class DependencyVisitorFactory.VisitorOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DependencyVisitorFactory.VisitorOptions |
INCLUDE_IMPORTS |
static DependencyVisitorFactory.VisitorOptions |
SKIP_IMPORTS |
Constructor and Description |
---|
VisitorOptions() |
Modifier and Type | Method and Description |
---|---|
static DependencyVisitorFactory.VisitorOptions |
fromSettings(Project project) |
abstract boolean |
skipImports() |
public static final DependencyVisitorFactory.VisitorOptions SKIP_IMPORTS
public static final DependencyVisitorFactory.VisitorOptions INCLUDE_IMPORTS
public abstract boolean skipImports()
public static DependencyVisitorFactory.VisitorOptions fromSettings(Project project)