public class OutputURLListParameterParser extends AbstractURLParameterParser<OutputURLListParameter>
Analisador de OutputURLListParameter.
Este parser lê os atributos de parâmetros do tipo "url de saída" múltiplo. O
elemento corrente do analisador de XML precisa ser um
elemento OutputURLListParameter.
CAN_USE_PIPE_ATTRIBUTE, CAN_USE_PIPE_DEFAULT_VALUE, CATEGORY_ATTRIBUTE, CATEGORY_VALUE_DIRECTORY, CATEGORY_VALUE_REGULAR_FILE, DEFAULT_DIRECTORY_ATTRIBUTE, DEFAULT_DIRECTORY_DEFAULT_VALUE, LOCALIZATION_ATTRIBUTE, MUST_SORT_ATTRIBUTE, MUST_SORT_DEFAULT_VALUE, PROTOCOLS_ATTRIBUTE, TYPE_ATTRIBUTE| Constructor and Description |
|---|
OutputURLListParameterParser() |
| Modifier and Type | Method and Description |
|---|---|
protected OutputURLListParameter |
createURLParameter(ParsedSimpleParameter definition,
String name,
String label,
String description,
boolean isOptional,
boolean isVisible,
String commandLinePattern,
String[] types,
String localization,
FileParameterMode mode,
FileURLValue defaultValue,
FileParameterPipeAcceptance usesPipe,
EnumSet<URLProtocol> allowedProtocols)
Cria parâmetro URL.
|
ParameterStructure<OutputURLListParameter> |
getParameterStructure()
Obtém a estrutura do parâmetro.
|
createSimpleParameter, getURLStructurecreateParameter, getParameterStructuresprotected OutputURLListParameter createURLParameter(ParsedSimpleParameter definition, String name, String label, String description, boolean isOptional, boolean isVisible, String commandLinePattern, String[] types, String localization, FileParameterMode mode, FileURLValue defaultValue, FileParameterPipeAcceptance usesPipe, EnumSet<URLProtocol> allowedProtocols) throws ParseException
createURLParameter in class AbstractURLParameterParser<OutputURLListParameter>definition - dados lidos.name - nome do parâmetro.label - rótulo do parâmetro.description - descrição do parâmetro.isOptional - indicativo de opcionalidade.isVisible - indicativo de visibilidade.commandLinePattern - formato na linha de comando.types - tipos de arquivo.localization - localização.mode - modo do arquivo.defaultValue - valor padrão.usesPipe - indicativo de uso de pipe.allowedProtocols - protocolos disponíveis.ParseException - em caso de erro.public ParameterStructure<OutputURLListParameter> getParameterStructure()
getParameterStructure in class SimpleParameterParser<OutputURLListParameter>Copyright © 2019. All rights reserved.