Uses of Class
com.ibm.di.connector.maximo.parsing.SchemaConfiguration
-
Packages that use SchemaConfiguration Package Description com.ibm.di.connector.maximo.parsing Provides classes for parsing and schema data handling. -
-
Uses of SchemaConfiguration in com.ibm.di.connector.maximo.parsing
Methods in com.ibm.di.connector.maximo.parsing with parameters of type SchemaConfiguration Modifier and Type Method Description static Schema
Schema. getInstance(SchemaConfiguration cfg, Log log)
Builds aschema
object based on the Maximo Object Structure and its XML Schema Descriptor's URL (XSD).Constructors in com.ibm.di.connector.maximo.parsing with parameters of type SchemaConfiguration Constructor Description MxConnXSDEcoreBuilder(SchemaConfiguration cfg, Log log)
Constructs a newMxConnXSDEcoreBuilder
.
-