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

Method getJepPluginLoader

code/src/java/pcgen/util/PJEP.java:60–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 public static PluginLoader getJepPluginLoader()
61 {
62 return new PluginLoader()
63 {
64
65 @Override
66 public void loadPlugin(Class clazz)
67 {
68 addCommand(clazz);
69 }
70
71 @Override
72 public Class[] getPluginClasses()
73 {
74 return new Class[]{PCGenCommand.class};
75 }
76 };
77 }
78
79 public PJEP()
80 {

Callers 1

createLoadPluginTaskMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected