public interface DependencyInfo
extends java.io.Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
DependencyInfo.Base
Abstract base implementation that defines derived accessors such
as
DependencyInfo.Base.isModule() . |
static class |
DependencyInfo.Require
A dependency link between two files, e.g.
|
static class |
DependencyInfo.Util
Utility methods.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> |
getLoadFlags()
Gets the loading information for this file.
|
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.
|
com.google.common.collect.ImmutableList<java.lang.String> |
getProvides()
Gets the symbols provided by this file.
|
com.google.common.collect.ImmutableList<java.lang.String> |
getRequiredSymbols() |
com.google.common.collect.ImmutableList<DependencyInfo.Require> |
getRequires()
Gets the symbols required by this file.
|
com.google.common.collect.ImmutableList<java.lang.String> |
getTypeRequires()
Gets the symbols type-required by this file (i.e.
|
boolean |
isModule()
Whether the symbol is provided by a module
|
java.lang.String getName()
java.lang.String getPathRelativeToClosureBase()
com.google.common.collect.ImmutableList<java.lang.String> getProvides()
com.google.common.collect.ImmutableList<DependencyInfo.Require> getRequires()
com.google.common.collect.ImmutableList<java.lang.String> getRequiredSymbols()
com.google.common.collect.ImmutableList<java.lang.String> getTypeRequires()
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> getLoadFlags()
boolean isModule()
Copyright © 2009-2018 Google. All Rights Reserved.