public interface VOMSESParser
| Modifier and Type | Method and Description |
|---|---|
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. |
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 errorsCopyright © 2014. All rights reserved.