public final class DependencyFile extends java.lang.Object implements SourceFile
| Constructor and Description |
|---|
DependencyFile(SourceFile delegate)
Creates a new dependency file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ensureUpToDate()
Ensures that the dependency graph is up to date and reloads the graph if
necessary.
|
java.lang.String |
getContent() |
DependencyInfo |
getDependencyInfo(java.lang.String symbol)
Gets the dependency info for the provided symbol, if contained in this
dependency file.
|
java.lang.String |
getName() |
boolean |
wasModified() |
public DependencyFile(SourceFile delegate)
public java.lang.String getName()
getName in interface SourceFilepublic java.lang.String getContent()
getContent in interface SourceFilepublic boolean wasModified()
wasModified in interface SourceFilepublic void ensureUpToDate()
throws ServiceException
ServiceExceptionpublic DependencyInfo getDependencyInfo(java.lang.String symbol)
Copyright © 2009-2020 Google. All Rights Reserved.