Uses of Class
com.google.javascript.jscomp.deps.DepsGenerator.InclusionStrategy
-
Packages that use DepsGenerator.InclusionStrategy Package Description com.google.javascript.jscomp.deps -
-
Uses of DepsGenerator.InclusionStrategy in com.google.javascript.jscomp.deps
Methods in com.google.javascript.jscomp.deps that return DepsGenerator.InclusionStrategy Modifier and Type Method Description static DepsGenerator.InclusionStrategyDepsGenerator.InclusionStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DepsGenerator.InclusionStrategy[]DepsGenerator.InclusionStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.javascript.jscomp.deps with parameters of type DepsGenerator.InclusionStrategy Constructor Description DepsGenerator(java.util.Collection<SourceFile> deps, java.util.Collection<SourceFile> srcs, DepsGenerator.InclusionStrategy mergeStrategy, java.lang.String closurePathAbs, ErrorManager errorManager, ModuleLoader loader)Creates a new DepsGenerator.
-