public interface LSCFileParser
| Modifier and Type | Method and Description |
|---|---|
LSCFile |
parse(String vo,
String hostname,
File file)
Parses an LSC file.
|
LSCFile |
parse(String vo,
String hostname,
InputStream is)
Parses an LSC file from a generic input stream.
|
LSCFile parse(String vo, String hostname, InputStream is)
vo - the name of the VO this LSC file is abouthostname - the name of host this LSC file is aboutis - an InputStream that contains the LSC informationLSCFile objectVOMSError - in case of parsing errorsCopyright © 2018. All rights reserved.