| 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 |
|---|---|
static InfoLocationOptions |
InfoLocationOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfoLocationOptions[] |
InfoLocationOptions.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 |
StgFileSource.init(File file,
String directory,
String fileName,
InfoLocationOptions option)
Initialize the file source with any parameters presented by the constructors.
|
protected void |
AbstractFileInfo.init(File file,
String directory,
String fileName,
InfoLocationOptions option)
Initialize the file info object with any parameters presented by the constructors.
|
protected void |
AbstractDirectoryInfo.init(String directory,
InfoLocationOptions option)
Initialize the directory info object with any parameters presented by the constructors.
|
| Constructor and Description |
|---|
AbstractDirectoryInfo(String directory,
InfoLocationOptions option)
Creates a new directory info object from a directory name with options.
|
AbstractFileInfo(String fileName,
InfoLocationOptions option)
Creates a new file info object from a file name with options.
|
AbstractFileInfo(String directory,
String fileName,
InfoLocationOptions option)
Creates a new file info object from a path and a file name with options.
|
DirectorySource(String directory,
InfoLocationOptions option)
Creates a new directory source object from a directory name with options.
|
DirectoryTarget(String directory,
InfoLocationOptions option)
Creates a new directory target from a directory name with options.
|
FileSource(String fileName,
InfoLocationOptions option)
Creates a new file source from a file name with options.
|
FileSource(String directory,
String fileName,
InfoLocationOptions option)
Creates a new file source from a path and a file name with options.
|
FileTarget(String fileName,
InfoLocationOptions option)
Creates a new file target from a file name with options.
|
FileTarget(String directory,
String fileName,
InfoLocationOptions option)
Creates a new file target from a path and a file name with options.
|
StgFileSource(String fileName,
InfoLocationOptions option)
Creates a new file source from a file name with options.
|
StgFileSource(String directory,
String fileName,
InfoLocationOptions option)
Creates a new file source from a path and a file name with options.
|
Copyright © 2010–2017. All rights reserved.