org.italiangrid.voms.request.impl
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
URISyntaxException
public List<VOMSServerInfo> parse(Reader vomsesReader)
VOMSESParser
Reader
passed as
argument.parse
in interface VOMSESParser
vomsesReader
- 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)
VOMSESParser
File
passed as
argument.parse
in interface VOMSESParser
f
- the File
object where voms contact information can be read
from.VOMSServerInfo
object containing the VOMS server contact
information.Copyright © 2014. All rights reserved.