| Package | Description |
|---|---|
| de.vandermeer.skb.base.info |
Interfaces and classes to load information from sources and to write information to targets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StgFileSource
File source for an STG file, the same as
FileSource plus extension check for "stg" extension. |
| Modifier and Type | Method and Description |
|---|---|
FileSource |
StringFileLoader.getSource() |
FileSource |
StgFileLoader.getSource() |
FileSource |
PropertyFileLoader.getSource() |
FileSource |
JsonFileLoader.getSource() |
FileSource |
FileLoader.getSource() |
FileSource[] |
FileSourceList.getSourceAsArray()
Returns file list as a array.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<FileSource> |
SimpleDirectoryScanner.doScan(File fDir)
Does the actual scan of a directory.
|
protected List<FileSource> |
SimpleDirectoryScanner.getFiles()
Returns a set of files found in the given directory.
|
List<FileSource> |
FileSourceList.getSource() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommonsDirectoryWalker.handleFile(File file,
int depth,
Collection<FileSource> results) |
| Constructor and Description |
|---|
JsonFileLoader(FileSource source)
Returns a new loader for a file source.
|
PropertyFileLoader(FileSource source)
Returns a new loader for a file source.
|
StringFileLoader(FileSource source)
Returns a new loader for a file source.
|
| Constructor and Description |
|---|
FileSourceList(List<FileSource> fileSources)
Returns a new source for an array of
FileSource objects. |
PropertyArrayLoader(List<FileSource> files)
Returns a new loader for a file name, creating a file source automatically.
|
Copyright © 2010–2017. All rights reserved.