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.IOException
Label parseLabel(File file, boolean forceParse) throws LabelParserException, IOException
LabelParserException
IOException
Label parsePartial(URL url, Label parent) throws LabelParserException, IOException
url
- Label
representation of the fileLabelParserException
IOException
Label parsePartial(File file, Label parent) throws LabelParserException, IOException
LabelParserException
IOException
Copyright © 2005–2015 Planetary Data System. All rights reserved.