public interface DependencyInfo extends 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.Util
Utility methods.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<String,String> |
getLoadFlags()
Gets the loading information for this file.
|
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.
|
boolean |
isModule()
Whether the symbol is provided by a module
|
String getName()
String getPathRelativeToClosureBase()
Collection<String> getProvides()
Collection<String> getRequires()
com.google.common.collect.ImmutableMap<String,String> getLoadFlags()
boolean isModule()
Copyright © 2009-2017 Google. All Rights Reserved.