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) |
Modifier and Type | Method and Description |
---|---|
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.