| Package | Description |
|---|---|
| csbase.logic.algorithms |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentVariable |
EnvironmentVariable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentVariable[] |
EnvironmentVariable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CommandLineBuilder |
CommandLineBuilder.appendEnvironmentVariableDeclaration(EnvironmentVariable var,
String varValue)
Adiciona a declaração de uma variável de ambiente ao final da linha de
comando.
|
static String |
CommandLineBuilder.makeEnvironmentVariableReference(EnvironmentVariable var)
Retorna a string que representa uma referência à variável de ambiente na
linha de comando.
|
static String |
CommandLineBuilder.makePathWithEnvironmentVariable(EnvironmentVariable var,
String path,
char fileSeparator)
Monta um caminho começando com a variável de ambiente especificada.
|
Copyright © 2017. All rights reserved.