public interface InfoLoader
| Modifier and Type | Method and Description |
|---|---|
IsErrorSetFT |
getLoadErrors()
Returns collected errors from the last invocation of load or other methods.
|
InfoSource |
getSource()
Returns the source set for the loader, that is where the loader loads information from.
|
Object |
load()
Loads information from a source and returns a specific object.
|
default boolean |
validateSource()
Validates the loaders source.
|
InfoSource getSource()
Object load()
getLoadErrors() to retrieve them.IsErrorSetFT getLoadErrors()
default boolean validateSource()
Copyright © 2010–2017. All rights reserved.