Package | Description |
---|---|
edu.umd.cs.findbugs.cloud |
Modifier and Type | Method | Description |
---|---|---|
Cloud.Mode |
AbstractCloud.getMode() |
|
Cloud.Mode |
BugCollectionStorageCloud.getMode() |
|
Cloud.Mode |
Cloud.getMode() |
Get voting mode
|
Cloud.Mode |
DoNothingCloud.getMode() |
|
static Cloud.Mode |
Cloud.Mode.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Cloud.Mode[] |
Cloud.Mode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractCloud.setMode(Cloud.Mode mode) |
|
void |
BugCollectionStorageCloud.setMode(Cloud.Mode m) |
|
void |
Cloud.setMode(Cloud.Mode m) |
Set voting mode
|
void |
DoNothingCloud.setMode(Cloud.Mode m) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.