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

Method loadPlugin

code/src/java/pcgen/persistence/lst/TokenStore.java:89–93  ·  view source on GitHub ↗
(Class<?> clazz)

Source from the content-addressed store, hash-verified

87 }
88
89 @Override
90 public void loadPlugin(Class<?> clazz) throws Exception
91 {
92 addToTokenMap((LstToken) clazz.newInstance());
93 }
94
95 @Override
96 public Class[] getPluginClasses()

Callers

nothing calls this directly

Calls 2

addToTokenMapMethod · 0.95
newInstanceMethod · 0.65

Tested by

no test coverage detected