| Package | Description |
|---|---|
| eu.europa.ec.taxud.validation.input |
Validation input relevant classes
|
| eu.europa.ec.taxud.validation.reader |
Contains the
Readers and all relavant to the Readers classes |
| Modifier and Type | Method | Description |
|---|---|---|
InputFormatType |
ValidationInput.getInputFormat()
Return the file input format (CSV, XML).
|
|
static InputFormatType |
InputFormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
|
static InputFormatType[] |
InputFormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
ValidationInput(File input,
InputFormatType format)
Constructor to define a Validation input when source is a file.
|
|
ValidationInput(InputStream inputStream,
InputFormatType format)
Default constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
InputFormatType |
JSONFileReader.getInputFormat() |
|
InputFormatType |
XMLFileReader.getInputFormat()
Return the input format supported by the reader.
|
|
InputFormatType |
Reader.getInputFormat()
Return the input format supported by the reader.
|
Copyright © 2025. All rights reserved.