Package | Description |
---|---|
com.google.gwt.dev.cfg | |
com.google.gwt.dev.util |
Modifier and Type | Method and Description |
---|---|
PersistenceBackedObject<PermutationResult> |
LibraryBuilder.getPermutationResultHandle()
Returns a handle to the permutation result object that was constructed as part of the
compilation for this library.
|
PersistenceBackedObject<PermutationResult> |
Library.getPermutationResultHandle()
Returns a handle to the serialized permutation result of this library.
|
Modifier and Type | Method and Description |
---|---|
List<PersistenceBackedObject<PermutationResult>> |
LibraryGroup.getPermutationResultHandlesInLinkOrder()
Returns the list of all permutation result handles (one per library) in library link order.
|
Modifier and Type | Class and Description |
---|---|
class |
FileBackedObject<T extends Serializable>
Represents a File that contains the serialized form of a Serializable object.
|
class |
ZipEntryBackedObject<T extends Serializable>
Represents an entry in a ZipFile that contains the serialized form of a Serializable object.
|
Copyright © 2018. All rights reserved.