Class SimpleDependencyInfo
java.lang.Object
com.google.javascript.jscomp.deps.SimpleDependencyInfo
- All Implemented Interfaces:
DependencyInfo
A class to hold JS dependency information for a single .js file.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for constructing instances of SimpleDependencyInfo.Nested classes/interfaces inherited from interface com.google.javascript.jscomp.deps.DependencyInfo
DependencyInfo.Require, DependencyInfo.Util
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.javascript.jscomp.deps.DependencyInfo
getHasExternsAnnotation, getHasNoCompileAnnotation, getLoadFlags, getName, getPathRelativeToClosureBase, getProvides, getRequiredSymbols, getRequires, getTypeRequires, isEs6Module, isGoogModule
-
Field Details
-
EMPTY
-
-
Constructor Details
-
SimpleDependencyInfo
public SimpleDependencyInfo()
-
-
Method Details
-
builder
public static SimpleDependencyInfo.Builder builder(String srcPathRelativeToClosure, String pathOfDefiningFile)
-