|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.update.model.UpdateCommand
public class UpdateCommand
A specific type of update command representing the kind of update requested.
This is a typesafe enum but must compile under 1.4 so we don't use the Java 1.5 enum construct.
Copyright 2010 Partner Software, Inc.
| Field Summary | |
|---|---|
static UpdateCommand |
EXIT
|
static UpdateCommand |
INSTALL
|
static UpdateCommand |
PROMPT
|
static UpdateCommand |
REINSTALL
|
static UpdateCommand |
RESTART
|
static UpdateCommand |
STOP
|
static UpdateCommand |
UPDATE
|
| Method Summary | |
|---|---|
static UpdateCommand |
forName(java.lang.String name)
Returns the instance matching the given name. |
java.lang.String |
getName()
Name of the volume. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final UpdateCommand INSTALL
public static final UpdateCommand UPDATE
public static final UpdateCommand REINSTALL
public static final UpdateCommand PROMPT
public static final UpdateCommand RESTART
public static final UpdateCommand STOP
public static final UpdateCommand EXIT
| Method Detail |
|---|
public static UpdateCommand forName(java.lang.String name)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||