MCPcopy Index your code
hub / github.com/ari4java/ari4java / getVersion

Method getVersion

src/main/java/ch/loway/oss/ari4java/ARI.java:71–76  ·  view source on GitHub ↗

Returns the current ARI version @return the version @throws ARIRuntimeException when version null

()

Source from the content-addressed store, hash-verified

69 * @throws ARIRuntimeException when version null
70 */
71 public AriVersion getVersion() {
72 if (version == null) {
73 throw new ARIRuntimeException("AriVersion not set");
74 }
75 return version;
76 }
77
78 /**
79 * Get the implementation for a given action interface

Callers 15

testBuildMethod · 0.95
nettyHttpMethod · 0.95
applicationsMethod · 0.95
asteriskMethod · 0.95
bridgesMethod · 0.95
channelsMethod · 0.95
deviceStatesMethod · 0.95
endpointsMethod · 0.95
eventsMethod · 0.95
mailboxesMethod · 0.95

Calls

no outgoing calls

Tested by 3

testBuildMethod · 0.76
testDetectAriVersionMethod · 0.64