public class PassThroughLoader extends AsciiFileLoader<String>
get() method.| Constructor and Description |
|---|
PassThroughLoader() |
| Modifier and Type | Method and Description |
|---|---|
String |
get()
This should used the information, generated during
loading and construct an Object.
|
void |
load(String name,
String input)
This performs any type of loading and parsing.
|
getObject, getPreProcessorprotected String input
public void load(String name, String input) throws LoadingException
name - The name of the original fileinput - The input fileLoadingException - when the loading failsCopyright © 2014. All rights reserved.