Module ij
Package ij

Class OtherInstance


  • public class OtherInstance
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OtherInstance()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static int getInt​(java.util.Properties props, java.lang.String key)  
      protected static java.lang.String getPrefsDirectory()  
      static java.lang.String getStubPath()  
      static boolean isRMIEnabled()  
      protected static java.util.Properties loadPrefs()  
      static void makeFilePrivate​(java.lang.String path)  
      static boolean sendArguments​(java.lang.String[] args)  
      static void startServer()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OtherInstance

        public OtherInstance()
    • Method Detail

      • getStubPath

        public static java.lang.String getStubPath()
      • makeFilePrivate

        public static void makeFilePrivate​(java.lang.String path)
      • sendArguments

        public static boolean sendArguments​(java.lang.String[] args)
      • startServer

        public static void startServer()
      • isRMIEnabled

        public static boolean isRMIEnabled()
      • getInt

        protected static int getInt​(java.util.Properties props,
                                    java.lang.String key)
      • loadPrefs

        protected static java.util.Properties loadPrefs()
      • getPrefsDirectory

        protected static java.lang.String getPrefsDirectory()