public class Environment extends Object
Modifier and Type | Field and Description |
---|---|
EnvironmentParser.Context |
context
This variable is null until bootStrap is called.
|
protected File |
defaultSetup |
String |
uniqueTimeStamp |
Map<String,String> |
variables
This map is used to overwrite those variables detected by the environment parser.
The most common variables to overwrite are pvobname and vobname. |
protected File |
viewPath |
Constructor and Description |
---|
Environment() |
Modifier and Type | Method and Description |
---|---|
void |
addNewContent(Component component,
File viewpath,
String filename) |
void |
addNewContent(File file,
File path) |
void |
addNewElement(Component component,
File viewpath,
String filename) |
void |
bootStrap() |
void |
bootStrap(File file) |
PVob |
getPVob() |
static long |
getUniqueTimestamp() |
void |
writeContent(File file,
String content) |
public EnvironmentParser.Context context
protected File defaultSetup
public String uniqueTimeStamp
public Map<String,String> variables
protected File viewPath
public static long getUniqueTimestamp()
public void addNewContent(Component component, File viewpath, String filename) throws ClearCaseException
ClearCaseException
public void addNewContent(File file, File path) throws ClearCaseException
ClearCaseException
public void addNewElement(Component component, File viewpath, String filename) throws ClearCaseException
ClearCaseException
public void writeContent(File file, String content) throws ClearCaseException
ClearCaseException
public PVob getPVob()
Copyright © 2016–2018. All rights reserved.