Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.cfg | |
com.google.gwt.dev.javac |
Modifier and Type | Method and Description |
---|---|
LibraryGroup |
CompilerContext.getLibraryGroup() |
Modifier and Type | Method and Description |
---|---|
CompilerContext.Builder |
CompilerContext.Builder.libraryGroup(LibraryGroup libraryGroup)
Sets the libraryGroup and uses it to set resource oracles as well.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableLibraryGroup
An immutable library group.
Makes a good starter value for libraryGroup variables in that it allows read calling code without having to check for a null but will force write calling code to be guarded a condition that verifies that values even should be inserted. |
Modifier and Type | Method and Description |
---|---|
LibraryGroup |
ImmutableLibraryGroup.createSubgroup(List<String> libraryNames) |
LibraryGroup |
LibraryGroup.createSubgroup(List<String> libraryNames)
Create and return a library group of just the given libraries referenced by name.
|
static LibraryGroup |
LibraryGroup.fromLibraries(List<? extends Library> libraries,
boolean verifyLibraryReferences)
Factory function that constructs and returns a library group from a list of libraries.
|
static LibraryGroup |
LibraryGroup.fromZipPaths(List<String> zipLibraryPaths)
Factory function that constructs and returns a library group from a list of zip library paths.
|
Constructor and Description |
---|
LibraryGroupBuildResourceOracle(LibraryGroup libraryGroup) |
LibraryGroupPublicResourceOracle(LibraryGroup libraryGroup) |
Constructor and Description |
---|
LibraryGroupUnitCache(LibraryGroup libraryGroup) |
Copyright © 2018. All rights reserved.