public class PerforceEnvironment
extends Object
Provides access to Perforce environment variables.
-
-
Constructor Summary
Constructors
-
Method Summary
If not set and return the default P4ENVIRO file path.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
P4PORT
public static final String P4PORT
- See Also:
-
-
P4USER
public static final String P4USER
- See Also:
-
-
P4PASSWD
public static final String P4PASSWD
- See Also:
-
-
P4CLIENT
public static final String P4CLIENT
- See Also:
-
-
P4HOST
public static final String P4HOST
- See Also:
-
-
P4CHARSET
public static final String P4CHARSET
- See Also:
-
-
P4TICKETS
public static final String P4TICKETS
- See Also:
-
-
P4TRUST
public static final String P4TRUST
- See Also:
-
-
P4IGNORE
public static final String P4IGNORE
- See Also:
-
-
P4CONFIG
public static final String P4CONFIG
- See Also:
-
-
P4ENVIRO
public static final String P4ENVIRO
- See Also:
-
-
DEFAULT_P4ENVIRO_FILE
public static final String DEFAULT_P4ENVIRO_FILE
-
Constructor Details
-
PerforceEnvironment
public PerforceEnvironment()
-
Method Details
-
getP4Port
public static String getP4Port()
-
getP4User
public static String getP4User()
-
getP4Passwd
public static String getP4Passwd()
-
getP4Client
public static String getP4Client()
-
getP4Host
public static String getP4Host()
-
getP4Charset
public static String getP4Charset()
-
getP4Tickets
public static String getP4Tickets()
-
getP4Trust
public static String getP4Trust()
-
getP4Ignore
public static String getP4Ignore()
-
getP4Config
public static String getP4Config()
-
getP4Enviro
public static String getP4Enviro()
If not set and return the default P4ENVIRO file path.
- Returns:
- P4ENVIRO