Constructor and Description |
---|
AggregationModule() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getAggregationTag()
Uniquely identifies the type of this module for aggregation purpose.
|
abstract com.google.common.collect.ImmutableSet<Path> |
getExcludes()
A set of paths that need to be excluded from the final
IjModule . |
abstract Path |
getModuleBasePath() |
abstract IjModuleType |
getModuleType() |
abstract com.google.common.collect.ImmutableSet<TargetNode> |
getTargets() |
public abstract com.google.common.collect.ImmutableSet<TargetNode> getTargets()
public abstract Path getModuleBasePath()
public abstract String getAggregationTag()
Modules with the same aggregation tag can be aggregated into one module.
public abstract IjModuleType getModuleType()