|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscm.pub.gateway.scmsystem.ScmSystem
ScmSystem
| Method Summary | |
java.lang.String |
getDbPath(java.lang.String db)
Get the absolute path to a project database |
static ScmSystem |
getInstance()
Get the ScmSystem object |
java.util.Vector |
getProjectNames()
Get the names of the Projects defined in this system. |
User_d |
getUserInfo(java.lang.String user)
Get information about a specific user on this project. |
java.util.Vector |
getUsers()
Get a listing of all of the Users defined in the System. |
void |
logMessage(java.lang.String message)
Add a log message to the SpectrumSCM server logs. |
void |
sendEMail(java.lang.String to,
java.lang.String subject,
java.lang.String text)
Send an E-mail message to the supplied to address. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static ScmSystem getInstance()
throws SystemException
SystemExceptionpublic void logMessage(java.lang.String message)
message - The text message to add to the SpectrumSCM server logs.public java.lang.String getDbPath(java.lang.String db)
db - The name of the database to get the path for.
public java.util.Vector getProjectNames()
throws SystemException
SystemException
public java.util.Vector getUsers()
throws SystemException
SystemException
public User_d getUserInfo(java.lang.String user)
throws InvalidUser,
SystemException
user - The names of a particular user.
InvalidUser - If the supplied user id does not exist.
SystemException - If an internal exception is caught.
public void sendEMail(java.lang.String to,
java.lang.String subject,
java.lang.String text)
throws SystemException
to - The address to send this mail to.subject - The subject of the messagetext - The text of the message to send.
SystemException - If an internal exception is caught.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||