Package | Description |
---|---|
com.google.javascript.jscomp.deps |
Analyzes information about dependencies between files.
|
Modifier and Type | Method and Description |
---|---|
void |
DependencyFile.ensureUpToDate()
Ensures that the dependency graph is up to date and reloads the graph if
necessary.
|
String |
SourceFile.getContent() |
String |
DependencyFile.getContent() |
List<String> |
DefaultDependencyResolver.getDependencies(Collection<String> symbols)
Gets a list of dependencies for the provided list of symbols.
|
Collection<String> |
DependencyResolver.getDependencies(Collection<String> symbols)
Gets a list of dependencies for *the provided list of symbols.
|
List<String> |
DefaultDependencyResolver.getDependencies(Collection<String> symbols,
Set<String> seen) |
Collection<String> |
DependencyResolver.getDependencies(Collection<String> symbols,
Set<String> seen) |
List<String> |
DefaultDependencyResolver.getDependencies(String code)
Gets a list of dependencies for the provided code.
|
Collection<String> |
DependencyResolver.getDependencies(String code)
Gets a list of dependencies for the provided code.
|
List<String> |
DefaultDependencyResolver.getDependencies(String code,
Set<String> seen,
boolean addClosureBaseFile) |
Collection<String> |
DependencyResolver.getDependencies(String code,
Set<String> seen,
boolean addClosureBaseFile) |
String |
SourceFile.getName() |
String |
DependencyFile.getName() |
boolean |
SourceFile.wasModified() |
boolean |
DependencyFile.wasModified() |
Copyright © 2009-2016 Google. All Rights Reserved.