Package | Description |
---|---|
com.google.javascript.jscomp.deps |
Analyzes information about dependencies between files.
|
Modifier and Type | Method and Description |
---|---|
static DepsGenerator.InclusionStrategy |
DepsGenerator.InclusionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DepsGenerator.InclusionStrategy[] |
DepsGenerator.InclusionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DepsGenerator(Collection<SourceFile> deps,
Collection<SourceFile> srcs,
DepsGenerator.InclusionStrategy mergeStrategy,
String closurePathAbs,
ErrorManager errorManager,
ModuleLoader loader)
Creates a new DepsGenerator.
|
Copyright © 2009-2016 Google. All Rights Reserved.