public interface VOMSESParser
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VOMSServerInfo> |
parse(java.io.File f)
Parses the VOMS contact information from the
File passed as
argument. |
java.util.List<VOMSServerInfo> |
parse(java.io.Reader vomsesReader)
Parses the VOMS contact information from the
Reader passed as
argument. |
java.util.List<VOMSServerInfo> parse(java.io.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 errorsjava.util.List<VOMSServerInfo> parse(java.io.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