Uses of Class
com.google.javascript.jscomp.deps.ServiceException
Packages that use ServiceException
-
Uses of ServiceException in com.google.javascript.jscomp.deps
Methods in com.google.javascript.jscomp.deps that throw ServiceExceptionModifier and TypeMethodDescriptionvoidDependencyFile.ensureUpToDate()Ensures that the dependency graph is up to date and reloads the graph if necessary.DefaultDependencyResolver.getDependencies(String code) Gets a list of dependencies for the provided code.DefaultDependencyResolver.getDependencies(String code, Set<String> seen, boolean addClosureBaseFile) DefaultDependencyResolver.getDependencies(Collection<String> symbols) Gets a list of dependencies for the provided list of symbols.DefaultDependencyResolver.getDependencies(Collection<String> symbols, Set<String> seen) DependencyResolver.getDependencies(String code) Gets a list of dependencies for the provided code.DependencyResolver.getDependencies(String code, Set<String> seen, boolean addClosureBaseFile) DependencyResolver.getDependencies(Collection<String> symbols) Gets a list of dependencies for *the provided list of symbols.DependencyResolver.getDependencies(Collection<String> symbols, Set<String> seen)