| Package | Description |
|---|---|
| csbase.logic | |
| csbase.logic.algorithms.parameters | |
| csbase.logic.algorithms.parameters.validators | |
| csbase.remote |
| Modifier and Type | Method and Description |
|---|---|
List<ClientSGAFile> |
ClientSGAFile.getBrothers()
Retorna lista com os irmãos selecionados.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleParameterValidator<ClientSGAFile> |
ClientSGAFileParameter.createParameterValidator()
Cria o validador do parâmetro.
|
| Constructor and Description |
|---|
ClientSGAFileParameter(String name,
String label,
String description,
ClientSGAFile defaultValue,
boolean isOptional,
boolean isVisible,
String commandLinePattern)
Construtor padrão.
|
| Modifier and Type | Method and Description |
|---|---|
Validation |
ClientSGAFileValidator.validateValue(SimpleParameter<?> parameter,
ClientSGAFile value,
ValidationContext context)
Valida o parâmetro.
|
| Modifier and Type | Method and Description |
|---|---|
ClientSGAFile |
SGAServiceInterface.getFile(String sgaName,
String path)
Retorna
ClientSGAFile equivalente ao dado path. |
| Modifier and Type | Method and Description |
|---|---|
List<ClientSGAFile> |
SGAServiceInterface.getChildren(String sgaName,
String path)
Retorna lista com os arquivos filhos dado um SGA e um path.
|
Copyright © 2021. All rights reserved.