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

Method getViewHandler

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

Source from the content-addressed store, hash-verified

801
802
803 public IHandleViews getViewHandler() {
804 if (mViewHandler == null) mViewHandler = this.createViewHandler();
805 if (mViewHandler == null) throw new UnsupportedOperationException();
806 else return mViewHandler;
807 }
808
809 public DDF setViewHandler(IHandleViews aViewHandler) {
810 this.mViewHandler = aViewHandler;

Callers 5

initializeMethod · 0.95
headMethod · 0.45
projectMethod · 0.45
sampleMethod · 0.45
sample2ddfMethod · 0.45

Calls 1

createViewHandlerMethod · 0.95

Tested by

no test coverage detected