public abstract class FrameworkDependencies extends Object
Constructor and Description |
---|
FrameworkDependencies() |
Modifier and Type | Method and Description |
---|---|
abstract com.google.common.collect.ImmutableSet<SourcePath> |
getSourcePaths() |
static FrameworkDependencies |
of(com.google.common.collect.ImmutableSet<SourcePath> sourcePaths) |
public abstract com.google.common.collect.ImmutableSet<SourcePath> getSourcePaths()
public static FrameworkDependencies of(com.google.common.collect.ImmutableSet<SourcePath> sourcePaths)