Package | Description |
---|---|
com.spss.psapi.extensions.common |
This provides definitions that are used to manage streams, documents and models in scripting, and for extensions using the CLEF Java API.
|
com.spss.psapi.extensions.common.spi2 |
This defines SPI (Service Provider Interface) definitions that are implemented by
an extension.
|
Modifier and Type | Class and Description |
---|---|
static class |
ExtensionException.Diagnostic
The Diagnostic Class
Holds Diagnostic related data.
|
Modifier and Type | Method and Description |
---|---|
static Diagnostic |
Diagnostic.error(java.lang.String localizedMessage)
Creates and returns a new error diagnostic.
|
static Diagnostic |
Diagnostic.information(java.lang.String localizedMessage)
Creates and returns a new information diagnostic.
|
static Diagnostic |
Diagnostic.propertyError(java.lang.String property,
java.lang.String localizedMessage)
Creates and returns a new property error diagnostic.
|
static Diagnostic |
Diagnostic.propertyInformation(java.lang.String property,
java.lang.String localizedMessage)
Creates and returns a new property information diagnostic.
|
static Diagnostic |
Diagnostic.propertyWarning(java.lang.String property,
java.lang.String localizedMessage)
Creates and returns a new property warning diagnostic.
|
static Diagnostic |
Diagnostic.warning(java.lang.String localizedMessage)
Creates and returns a new warning diagnostic.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionContext.report(Diagnostic diagnostic)
Reports a diagnostic message to the current session.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Diagnostic> |
PropertyValidator.validateProperties(Properties properties)
Called to verify the set of supplied property values and create a list of diagnostic messages.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.