@Immutable public abstract class SimpleDependencyInfo extends DependencyInfo.Base
Modifier and Type | Class and Description |
---|---|
static class |
SimpleDependencyInfo.Builder
Builder for constructing instances of SimpleDependencyInfo.
|
DependencyInfo.Base, DependencyInfo.Require, DependencyInfo.Util
Modifier and Type | Field and Description |
---|---|
static SimpleDependencyInfo |
EMPTY |
Constructor and Description |
---|
SimpleDependencyInfo() |
Modifier and Type | Method and Description |
---|---|
static SimpleDependencyInfo.Builder |
builder(java.lang.String srcPathRelativeToClosure,
java.lang.String pathOfDefiningFile) |
getRequiredSymbols, isModule
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLoadFlags, getName, getPathRelativeToClosureBase, getProvides, getRequires, getWeakRequires
public static final SimpleDependencyInfo EMPTY
public static SimpleDependencyInfo.Builder builder(java.lang.String srcPathRelativeToClosure, java.lang.String pathOfDefiningFile)
Copyright © 2009-2018 Google. All Rights Reserved.