Package | Description |
---|---|
edu.umd.cs.findbugs.cloud |
Modifier and Type | Method and Description |
---|---|
Cloud.Mode |
DoNothingCloud.getMode() |
Cloud.Mode |
Cloud.getMode()
Get voting mode
|
Cloud.Mode |
BugCollectionStorageCloud.getMode() |
Cloud.Mode |
AbstractCloud.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 and Description |
---|---|
void |
DoNothingCloud.setMode(Cloud.Mode m) |
void |
Cloud.setMode(Cloud.Mode m)
Set voting mode
|
void |
BugCollectionStorageCloud.setMode(Cloud.Mode m) |
void |
AbstractCloud.setMode(Cloud.Mode mode) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.