|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LSCFileParser
This interface defines a parser for VOMS LSC files.
Method Summary | |
---|---|
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. |
Method Detail |
---|
LSCFile parse(String vo, String hostname, File file)
vo
- the name of the VO this LSC file is abouthostname
- the name of host this LSC file is aboutfile
- the LSC file
LSCFile
object
VOMSError
- in case of parsing errorsLSCFile 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 information
LSCFile
object
VOMSError
- in case of parsing errors
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |