Package org.utplsql.api.reporter.inspect
Interface ReporterInspector
-
public interface ReporterInspectorGives information about available reporters- Author:
- pesse
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ReporterInspectorcreate(ReporterFactory reporterFactory, Connection conn)Returns a new instance of a ReporterInspector, based on the utPLSQL version used in the connectiondefault Map<String,ReporterInfo>getReporterInfoMap()List<ReporterInfo>getReporterInfos()
-
-
-
Method Detail
-
create
static ReporterInspector create(ReporterFactory reporterFactory, Connection conn) throws SQLException, InvalidVersionException
Returns a new instance of a ReporterInspector, based on the utPLSQL version used in the connection- Parameters:
reporterFactory-ReporterFactoryconn-Connection- Returns:
- ReporterInspector
- Throws:
SQLException- if there are problems with the database accessInvalidVersionException- if version is not valid
-
getReporterInfos
List<ReporterInfo> getReporterInfos()
-
getReporterInfoMap
default Map<String,ReporterInfo> getReporterInfoMap()
-
-