MCPcopy Create free account
hub / github.com/PCGen/pcgen / getClassFor

Method getClassFor

code/src/java/pcgen/util/StringPClassUtil.java:129–132  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

127 }
128
129 public static Class<? extends Loadable> getClassFor(String key)
130 {
131 return classMap.get(key);
132 }
133
134 public static Set<String> getValidStrings()
135 {

Callers 5

allowArgsMethod · 0.95
evaluateMethod · 0.95
getManufacturerMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected