public interface DependencyInfo
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the unique name / path of this file.
|
String |
getPathRelativeToClosureBase()
Gets the path of this file relative to Closure's base.js file.
|
Collection<String> |
getProvides()
Gets the symbols provided by this file.
|
Collection<String> |
getRequires()
Gets the symbols required by this file.
|
String getName()
String getPathRelativeToClosureBase()
Collection<String> getProvides()
Collection<String> getRequires()