|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.ServerAdministration.ServerLogMode
public static final class ServerAdministration.ServerLogMode
Information about the log mode of the server.
ServerAdministration.writeLogFile(java.io.File, com.starteam.ServerAdministration.ServerLogType, com.starteam.ServerAdministration.ServerLogMode[])| Field Summary | |
|---|---|
static ServerAdministration.ServerLogMode[] |
ALL
All Log modes |
static ServerAdministration.ServerLogMode |
LOG_ALL
Log everything |
static ServerAdministration.ServerLogMode |
LOG_ASSERTIONS
Log the assertions |
static ServerAdministration.ServerLogMode |
LOG_EXCEPTIONS
Log the exceptions |
static ServerAdministration.ServerLogMode |
LOG_MESSAGES
Log messages |
static ServerAdministration.ServerLogMode |
LOG_WARNINGS
Log the warnings |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
compares two ServerLogMode's for equality |
static ServerAdministration.ServerLogMode |
fromID(int id)
Gets the LogMode value corresponding to the given ID. |
int |
getID()
The ID of the corresponding LogMode. |
java.lang.String |
getName()
|
int |
hashCode()
returns the hash code for this mode |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ServerAdministration.ServerLogMode LOG_ALL
public static final ServerAdministration.ServerLogMode LOG_ASSERTIONS
public static final ServerAdministration.ServerLogMode LOG_EXCEPTIONS
public static final ServerAdministration.ServerLogMode LOG_MESSAGES
public static final ServerAdministration.ServerLogMode LOG_WARNINGS
public static final ServerAdministration.ServerLogMode[] ALL
| Method Detail |
|---|
public java.lang.String getName()
public int getID()
public static ServerAdministration.ServerLogMode fromID(int id)
id - A LogMode ID.
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the other ServerLogMode to compare
public int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||