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

Method getPort

ij/src/main/java/ij/ImageJ.java:928–930  ·  view source on GitHub ↗

Returns the port that ImageJ checks on startup to see if another instance is running. @see ij.OtherInstance

()

Source from the content-addressed store, hash-verified

926 * @see ij.OtherInstance
927 */
928 public static int getPort() {
929 return port;
930 }
931
932 /** Returns the command line arguments passed to ImageJ. */
933 public static String[] getArgs() {

Callers 1

getStubPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected