| Package | Description |
|---|---|
| de.vandermeer.skb.base.info |
Interfaces and classes to load information from sources and to write information to targets.
|
| Modifier and Type | Method and Description |
|---|---|
protected ValidationOptions |
FileTarget.valOption() |
protected ValidationOptions |
FileSource.valOption() |
protected ValidationOptions |
DirectoryTarget.valOption() |
protected ValidationOptions |
DirectorySource.valOption() |
protected abstract ValidationOptions |
AbstractFileInfo.valOption()
Returns the validation option which makes this abstract implementation a info object or target or both.
|
protected abstract ValidationOptions |
AbstractDirectoryInfo.valOption()
Returns the validation option which makes this abstract implementation a info object or target or both.
|
static ValidationOptions |
ValidationOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationOptions[] |
ValidationOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FileValidator.validate(File file,
ValidationOptions option)
Does the actual validation.
|
protected void |
DirectoryValidator.validate(File directory,
ValidationOptions option)
Does the actual validation
|
| Constructor and Description |
|---|
DirectoryValidator(File directory,
ValidationOptions option)
Returns a new directory validator.
|
DirectoryValidator(String directory,
ValidationOptions option)
Returns a new directory validator.
|
FileValidator(File file,
ValidationOptions option)
Returns a new file validator.
|
FileValidator(String file,
ValidationOptions option)
Returns a new file validator.
|
Copyright © 2010–2017. All rights reserved.