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

Method main

code/src/java/pcgen/gui2/converter/PCGenDataConvert.java:93–100  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

91 }
92
93 public static void main(String[] args)
94 {
95 Logging.log(Level.INFO, "Starting PCGen Data Converter v" + PCGenPropBundle.getVersionNumber()); //$NON-NLS-1$
96 configFactory = new PropertyContextFactory(SystemUtils.USER_DIR);
97 configFactory.registerAndLoadPropertyContext(ConfigurationSettings.getInstance());
98 Main.loadProperties(true);
99 getConverter().setVisible(true);
100 }
101
102 static void savePrefs()
103 {

Callers

nothing calls this directly

Calls 7

logMethod · 0.95
getVersionNumberMethod · 0.95
getInstanceMethod · 0.95
loadPropertiesMethod · 0.95
getConverterMethod · 0.95
setVisibleMethod · 0.65

Tested by

no test coverage detected