|
Project: stp | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectcom.ibm.rational.stp.client.samples.cc.CcDemoProps
public class CcDemoProps
| Field Summary | |
|---|---|
private static Properties |
m_props
|
private File |
m_propsFile
|
private static String |
PROPS_FILE
The name of the default demo property file |
| Constructor Summary | |
|---|---|
CcDemoProps()
Construct instance using the default properties file $HOME/cc_cmapi.props |
|
CcDemoProps(File propsFile)
Construct instance using the specified properties file. |
|
| Method Summary | |
|---|---|
String |
getCmServerUrl()
URL of CM Server. |
private static File |
getDefaultPropsFile()
Get the default properties file. |
String |
getDemoUcmProjectVob()
VOB tag of the demo UCM project VOB. |
String |
getLoginDomain()
User's OS login domain on the CM Server. |
String |
getLoginName()
User's OS login name on the CM Server. |
String |
getLoginNameAndDomain()
User's OS login name and domain on the CM Server in the form DOMAIN\loginname. |
String |
getPassword()
CearCase domain password on the CM Server. |
private String |
getRequired(String name)
|
File |
getTempDir()
Client-side temporary directory for creating temp web views, etc. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final String PROPS_FILE
private static Properties m_props
private final File m_propsFile
| Constructor Detail |
|---|
public CcDemoProps()
throws Exception
Exception
public CcDemoProps(File propsFile)
throws Exception
Exception| Method Detail |
|---|
public String getLoginName()
public String getLoginDomain()
public String getLoginNameAndDomain()
DOMAIN\loginname.
public String getPassword()
public String getCmServerUrl()
public String getDemoUcmProjectVob()
public File getTempDir()
private String getRequired(String name)
private static File getDefaultPropsFile()
throws Exception
Exception
|
Generated Fri 11-Jun-2010 08:56 PM | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||