MCPcopy Create free account
hub / github.com/ddf-project/DDF / getMiscellanyHandler

Method getMiscellanyHandler

core/src/main/java/io/ddf/DDF.java:599–603  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

597
598
599 public IHandleMiscellany getMiscellanyHandler() {
600 if (mMiscellanyHandler == null) mMiscellanyHandler = this.createMiscellanyHandler();
601 if (mMiscellanyHandler == null) throw new UnsupportedOperationException();
602 else return mMiscellanyHandler;
603 }
604
605 public DDF setMiscellanyHandler(IHandleMiscellany aMiscellanyHandler) {
606 this.mMiscellanyHandler = aMiscellanyHandler;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected