MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / getCatalog

Method getCatalog

src/main/java/com/amazon/ion/IonSystem.java:79–79  ·  view source on GitHub ↗

Gets the catalog used by this system. Unless otherwise noted, all objects derived from this system will use this catalog. @return this system's default catalog; not null.

()

Source from the content-addressed store, hash-verified

77 * @return this system's default catalog; not null.
78 */
79 public IonCatalog getCatalog();
80
81
82 /**

Callers 15

registerImportedV2Method · 0.95
registerImportedV3Method · 0.95
testStandardMethod · 0.95
testNullCatalogMethod · 0.95
testCustomCatalogMethod · 0.95
testIonReaderBuilderMethod · 0.95
testFluidStyleMethod · 0.95
makeWriterMethod · 0.95
makeSystemWriterMethod · 0.95
readMethod · 0.65

Implementers 1

IonSystemLitesrc/main/java/com/amazon/ion/impl/lite

Calls

no outgoing calls

Tested by 15

registerImportedV2Method · 0.76
registerImportedV3Method · 0.76
testStandardMethod · 0.76
testNullCatalogMethod · 0.76
testCustomCatalogMethod · 0.76
testIonReaderBuilderMethod · 0.76
testFluidStyleMethod · 0.76
readMethod · 0.52
loadMethod · 0.52
readIntoMethod · 0.52