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

Method getInstance

code/src/java/pcgen/pluginmgr/PluginManager.java:39–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 public static synchronized PluginManager getInstance()
40 {
41 if (instance == null)
42 {
43 instance = new PluginManager();
44 }
45 return instance;
46 }
47
48 /**
49 * A Comparator to sort interactive plugins by their priority.

Callers 3

closeCharacterMethod · 0.95
CharacterManagerClass · 0.95
createLoadPluginTaskMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected