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