|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VOMSESParser
A VOMSES file parser.
Method Summary | |
---|---|
List<VOMSServerInfo> |
parse(File f)
Parses the VOMS contact information from the File passed as
argument. |
List<VOMSServerInfo> |
parse(Reader vomsesReader)
Parses the VOMS contact information from the Reader passed as
argument. |
Method Detail |
---|
List<VOMSServerInfo> parse(Reader vomsesReader)
Reader
passed as
argument.
vomsesReader
- the Reader
object where voms contact information can
be read from.
VOMSServerInfo
object containing the VOMS server
contact information.
VOMSError
- in case of parsing errorsList<VOMSServerInfo> parse(File f)
File
passed as
argument.
f
- the File
object where voms contact information can be
read from.
VOMSServerInfo
object containing the VOMS server
contact information.
VOMSError
- in case of parsing errors
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |