MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / load

Method load

ij/src/main/java/ij/Prefs.java:341–343  ·  view source on GitHub ↗

Finds and loads the configuration file ("IJ_Props.txt") / Finds and loads the configuration file ("IJ_Props.txt") and the preferences file ("IJ_Prefs.txt"). @param ij @return an error message if "IJ_Props.txt" not found.

(Object ij)

Source from the content-addressed store, hash-verified

339 * @return an error message if "IJ_Props.txt" not found.
340 */
341 public static String load(Object ij) {
342 return load(ij, null);
343 }
344
345 /** Finds and loads the configuration file ("IJ_Props.txt")
346 * and the preferences file ("IJ_Prefs.txt").

Callers 4

initMethod · 0.95
ImageJMethod · 0.95
main0Method · 0.95
getPrefsMethod · 0.95

Calls 8

loadAppletPropsMethod · 0.95
isJava18Method · 0.95
loadPreferencesMethod · 0.95
loadOptionsMethod · 0.95
getMethod · 0.95
loadMethod · 0.65
closeMethod · 0.65
getPropertyMethod · 0.45

Tested by

no test coverage detected