public interface LabelParser
| Modifier and Type | Method and Description |
|---|---|
Label |
parseLabel(File file,
boolean forceParse) |
Label |
parseLabel(URL url,
boolean forceParse)
Parses the given file
|
Label |
parsePartial(File file,
Label parent) |
Label |
parsePartial(URL url,
Label parent)
Parses the given partial label.
|
Label parseLabel(URL url, boolean forceParse) throws LabelParserException, IOException
url - File toLabel representation of the fileLabelParserException - - If any syntactic errors are encountered. All errors will be
written to the Logger.IOExceptionLabel parseLabel(File file, boolean forceParse) throws LabelParserException, IOException
LabelParserExceptionIOExceptionLabel parsePartial(URL url, Label parent) throws LabelParserException, IOException
url - Label representation of the fileLabelParserExceptionIOExceptionLabel parsePartial(File file, Label parent) throws LabelParserException, IOException
LabelParserExceptionIOExceptionCopyright © 2019. All rights reserved.