Package editor.run

Class FqnRunConfig<T extends FqnRunConfigParameters<T>>

    • Constructor Detail

      • FqnRunConfig

        public FqnRunConfig​(T params)
      • FqnRunConfig

        protected FqnRunConfig()
    • Method Detail

      • getFqn

        public String getFqn()
      • getVmArgs

        public String getVmArgs()
      • getProgArgs

        public String getProgArgs()
      • getWorkingDir

        public String getWorkingDir()
      • isJreEnabled

        public boolean isJreEnabled()
      • getJre

        public String getJre()
      • isValid

        public boolean isValid()
      • isRunnable

        public boolean isRunnable()
      • isDebuggable

        public boolean isDebuggable()
      • makeProgArgs

        public List<String> makeProgArgs()
      • getJreForProcessOrDefault

        public String getJreForProcessOrDefault()
      • getJreForProcessOrDefault

        public String getJreForProcessOrDefault​(String defaultJreHome)
      • getWorkingDirForProcess

        public Path getWorkingDirForProcess()