com.perforce.p4java.env
Class PerforceEnvironment

java.lang.Object
  extended by com.perforce.p4java.env.PerforceEnvironment

public class PerforceEnvironment
extends Object

Provides access to Perforce environment variables.


Field Summary
static String DEFAULT_P4ENVIRO_FILE
           
static String P4CHARSET
           
static String P4CLIENT
           
static String P4CONFIG
           
static String P4ENVIRO
           
static String P4HOST
           
static String P4IGNORE
           
static String P4PASSWD
           
static String P4PORT
           
static String P4TICKETS
           
static String P4TRUST
           
static String P4USER
           
 
Constructor Summary
PerforceEnvironment()
           
 
Method Summary
static String getP4Charset()
           
static String getP4Client()
           
static String getP4Config()
           
static String getP4Enviro()
          If not set and return the default P4ENVIRO file path.
static String getP4Host()
           
static String getP4Ignore()
           
static String getP4Passwd()
           
static String getP4Port()
           
static String getP4Tickets()
           
static String getP4Trust()
           
static String getP4User()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

P4PORT

public static final String P4PORT
See Also:
Constant Field Values

P4USER

public static final String P4USER
See Also:
Constant Field Values

P4PASSWD

public static final String P4PASSWD
See Also:
Constant Field Values

P4CLIENT

public static final String P4CLIENT
See Also:
Constant Field Values

P4HOST

public static final String P4HOST
See Also:
Constant Field Values

P4CHARSET

public static final String P4CHARSET
See Also:
Constant Field Values

P4TICKETS

public static final String P4TICKETS
See Also:
Constant Field Values

P4TRUST

public static final String P4TRUST
See Also:
Constant Field Values

P4IGNORE

public static final String P4IGNORE
See Also:
Constant Field Values

P4CONFIG

public static final String P4CONFIG
See Also:
Constant Field Values

P4ENVIRO

public static final String P4ENVIRO
See Also:
Constant Field Values

DEFAULT_P4ENVIRO_FILE

public static final String DEFAULT_P4ENVIRO_FILE
Constructor Detail

PerforceEnvironment

public PerforceEnvironment()
Method Detail

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.



Copyright © 2015 Perforce Software. All Rights Reserved.