org.rhq.core.pluginapi.support
Class SnapshotReportResults
java.lang.Object
org.rhq.core.pluginapi.support.SnapshotReportResults
- All Implemented Interfaces:
- Serializable
public class SnapshotReportResults
- extends Object
- implements Serializable
Contains the results of a snapshot report, including a stream to the contents of the snapshot.
- Author:
- John Mazzitelli
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnapshotReportResults
public SnapshotReportResults(InputStream inputStream)
- Creates the results object.
- Parameters:
inputStream - the stream that contains the snapshot report content.
getInputStream
public InputStream getInputStream()
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.