MCPcopy Create free account
hub / github.com/apache/tomcat / getFactoryClassName

Method getFactoryClassName

java/org/apache/naming/AbstractRef.java:59–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57
58
59 @Override
60 public final String getFactoryClassName() {
61 String factory = super.getFactoryClassName();
62 if (factory != null) {
63 return factory;
64 } else {
65 String objectFactories = System.getProperty(Context.OBJECT_FACTORIES);
66 if (objectFactories != null) {
67 return null;
68 } else {
69 return getDefaultFactoryClassName();
70 }
71 }
72 }
73
74
75 /**

Callers 2

toStringMethod · 0.95
getObjectInstanceMethod · 0.45

Calls 2

getPropertyMethod · 0.65

Tested by

no test coverage detected