|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DependencyInfo
A data structure for JS dependency information for a single .js file.
Method Summary | |
---|---|
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. |
Method Detail |
---|
String getName()
String getPathRelativeToClosureBase()
Collection<String> getProvides()
Collection<String> getRequires()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |