public interface Library
Modifier and Type | Method and Description |
---|---|
Resource |
getBuildResourceByPath(String buildResourcePath)
Returns a resource handle or null for the provided path.
|
Set<String> |
getBuildResourcePaths()
Returns the set of paths of build resources.
|
Set<String> |
getClassFilePaths()
Returns the set of class file paths.
|
InputStream |
getClassFileStream(String classFilePath)
Returns a class file input stream or null for the provided path.
|
CompilationUnit |
getCompilationUnitByTypeName(String typeName)
Returns the compilation unit with the given type name.
|
Set<String> |
getCompilationUnitTypeNames()
Returns the set of compilation unit type names.
|
Set<String> |
getDependencyLibraryNames()
Returns the set of names of dependency libraries.
|
String |
getLibraryName()
Returns the name of the library.
|
com.google.gwt.thirdparty.guava.common.collect.Multimap<String,String> |
getNewBindingPropertyValuesByName()
Returns a mapping from binding property name to a list of values which were made legal for that
binding property by this library.
|
com.google.gwt.thirdparty.guava.common.collect.Multimap<String,String> |
getNewConfigurationPropertyValuesByName()
Returns a mapping from configuration property name to a value or list of values which were set
for that configuration property by this library.
|
PersistenceBackedObject<PermutationResult> |
getPermutationResultHandle()
Returns a handle to the serialized permutation result of this library.
|
Resource |
getPublicResourceByPath(String path)
Returns a resource handle or null for the provided path.
|
Set<String> |
getPublicResourcePaths()
Returns the set of paths of public resources.
|
Set<String> |
getRanGeneratorNames()
Returns the set of names of generators which were executed for this library and thus whose
output is current for this library and all of its libraries.
|
Set<String> |
getReboundTypeNames()
Returns the set of names of types which are the subject of GWT.create() calls in source code
for this library.
|
Set<String> |
getSuperSourceClassFilePaths()
Returns the set of super source class file paths.
|
Set<String> |
getSuperSourceCompilationUnitTypeNames()
Returns the set of super source compilation unit type names.
|
Resource getBuildResourceByPath(String buildResourcePath)
Set<String> getBuildResourcePaths()
Set<String> getClassFilePaths()
InputStream getClassFileStream(String classFilePath)
CompilationUnit getCompilationUnitByTypeName(String typeName)
Set<String> getCompilationUnitTypeNames()
Set<String> getDependencyLibraryNames()
String getLibraryName()
com.google.gwt.thirdparty.guava.common.collect.Multimap<String,String> getNewBindingPropertyValuesByName()
com.google.gwt.thirdparty.guava.common.collect.Multimap<String,String> getNewConfigurationPropertyValuesByName()
PersistenceBackedObject<PermutationResult> getPermutationResultHandle()
Resource getPublicResourceByPath(String path)
Set<String> getPublicResourcePaths()
Set<String> getRanGeneratorNames()
Set<String> getReboundTypeNames()
Set<String> getSuperSourceClassFilePaths()
Set<String> getSuperSourceCompilationUnitTypeNames()
Copyright © 2018. All rights reserved.