public abstract static class ComponentDependencies.Dependencies
extends java.lang.Object
This class handles separating dependencies into global and test dependencies. Global dependencies are installed with every test, where test dependencies are only installed with the specified test. The total set of dependencies includes all global + test dependencies.
| Constructor and Description |
|---|
Dependencies() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<javax.lang.model.element.TypeElement> |
get(com.squareup.javapoet.ClassName component,
com.squareup.javapoet.ClassName root,
boolean isTestRoot)
Returns the dependencies to be installed in the given component for the given root.
|