public interface FileLoader
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getExtraLines()
Returns any lines in the file which were not handled by the loader.
|
java.util.List<java.lang.String> |
getMessages()
Returns any messages produced during the loading process.
|
java.util.List<TreatmentStep> |
getTreatmentSteps()
Returns the treatment steps read from the file.
|
java.util.List<TreatmentStep> getTreatmentSteps()
java.util.List<java.lang.String> getMessages()
java.util.List<java.lang.String> getExtraLines()