public class ExportManager extends Object
Constructor and Description |
---|
ExportManager(File exportFile) |
ExportManager(File exportFile,
boolean exportUsesSystemEnvironment) |
Modifier and Type | Method and Description |
---|---|
String |
addVariable(String line) |
List<String> |
findAllMatchingKeys(String word) |
List<String> |
getAllNames() |
List<String> |
getAllNamesWithEquals() |
String |
getValue(String key)
line that contains a non escaped $
|
String |
getValueIgnoreCase(String name) |
String |
listAllVariables() |
void |
persistVariables() |
public ExportManager(File exportFile)
public ExportManager(File exportFile, boolean exportUsesSystemEnvironment)
Copyright © 2020 JBoss, a division of Red Hat, Inc.. All Rights Reserved.