public class ZServerResponseParserMVS
extends ZServerResponseParser
| Constructor and Description |
|---|
ZServerResponseParserMVS() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.core.runtime.IStatus |
getLastParseError()
Gets the status of the last parsing.
|
java.util.List<IMvsResource> |
parseListResponse(java.io.InputStream pXmlResponse,
IMvsSubsystem pIMvsSubsystem)
Parses the response of the zServer commands
LISTDSI and
LISTMEM |
void |
startDocument() |
void |
startElement(java.lang.String pUri,
java.lang.String pLocalName,
java.lang.String pTagName,
org.xml.sax.Attributes pAttributes) |
public java.util.List<IMvsResource> parseListResponse(java.io.InputStream pXmlResponse,
IMvsSubsystem pIMvsSubsystem)
throws org.xml.sax.SAXException,
ZServerException,
java.io.IOException
LISTDSI and
LISTMEMpXmlResponse - the zServer response to the LISTDSI or
LISTMEM commandpIMvsSubsystem - the MVS sub systemMvsResources, which can be a list of
MvsDatasets (LISTDSI) or
MvsDatasetMembers (LISTMEM)ZServerException - if the zServer encounters a problem and returns an error
message (severity greater than 'I')org.xml.sax.SAXException - if the parser encounters any problems or the response cannot
be read at alljava.io.IOException - if parsing the response failspublic void startDocument()
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic void startElement(java.lang.String pUri,
java.lang.String pLocalName,
java.lang.String pTagName,
org.xml.sax.Attributes pAttributes)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic org.eclipse.core.runtime.IStatus getLastParseError()
Copyright © 2015 Micro Focus GmbH. All rights reserved.