|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.launcher.SIPCommunicator
public class SIPCommunicator
Starts the SIP Communicator.
| Field Summary | |
|---|---|
static String |
PNAME_SC_HOME_DIR_LOCATION
The name of the property that stores our home dir location. |
static String |
PNAME_SC_HOME_DIR_NAME
The name of the property that stores our home dir name. |
| Constructor Summary | |
|---|---|
SIPCommunicator()
|
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
Starts the SIP Communicator. |
(package private) static void |
setScHomeDir(String osName)
Sets the system properties net.java.sip.communicator.SC_HOME_DIR_LOCATION and net.java.sip.communicator.SC_HOME_DIR_NAME (if they aren't already set) in accord with the OS conventions specified by the name of the OS. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PNAME_SC_HOME_DIR_LOCATION
public static final String PNAME_SC_HOME_DIR_NAME
| Constructor Detail |
|---|
public SIPCommunicator()
| Method Detail |
|---|
public static void main(String[] args)
throws Exception
args - command line args if any
Exception - whenever it makes sense.static void setScHomeDir(String osName)
osName - the name of the OS according to which the SC_HOME_DIR_*
properties are to be set
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||