public class LegacyVOMSESParserImpl extends Object implements VOMSESParser
| Constructor and Description |
|---|
LegacyVOMSESParserImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fileSanityChecks(File f) |
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. |
protected List<VOMSServerInfo> |
parseDirectory(File directory) |
protected VOMSServerInfo |
parseLine(String vomsesLine) |
protected void fileSanityChecks(File f)
protected VOMSServerInfo parseLine(String vomsesLine) throws URISyntaxException
URISyntaxExceptionpublic List<VOMSServerInfo> parse(Reader vomsesReader)
VOMSESParserReader passed as
argument.parse in interface VOMSESParservomsesReader - the Reader object where voms contact information can be
read from.VOMSServerInfo object containing the VOMS server contact
information.protected List<VOMSServerInfo> parseDirectory(File directory)
public List<VOMSServerInfo> parse(File f)
VOMSESParserFile passed as
argument.parse in interface VOMSESParserf - the File object where voms contact information can be read
from.VOMSServerInfo object containing the VOMS server contact
information.Copyright © 2014. All rights reserved.