Package | Description |
---|---|
com.google.gwt.core.ext.linker |
Classes for writing Linkers.
|
Modifier and Type | Method and Description |
---|---|
EmittedArtifact.Visibility |
EmittedArtifact.getVisibility() |
static EmittedArtifact.Visibility |
EmittedArtifact.Visibility.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EmittedArtifact.Visibility[] |
EmittedArtifact.Visibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EmittedArtifact.Visibility.matches(EmittedArtifact.Visibility visibility)
Returns true if this visibility matches the requested visibility level,
dealing with the fact that
LegacyDeploy matches both
Private and Deploy . |
void |
EmittedArtifact.setVisibility(EmittedArtifact.Visibility visibility) |