Interface CasProcessorExecutable

    • Method Detail

      • setExecutable

        void setExecutable​(String aExecutable)
        Sets an executable program that the CPE will use for launching CasProcessor.
        Parameters:
        aExecutable - - program name (like java.exe)
      • getExecutable

        String getExecutable()
        Returns an executable program that the CPE will use for launching CasProcessor.
        Returns:
        - exec program as String
      • addCasProcessorExecArg

        void addCasProcessorExecArg​(CasProcessorExecArg aArgs)
        Adds a CasProcessorExecArg argument to be supplied when launching a program.
        Parameters:
        aArgs - - argument for the executable program
      • removeCasProcessorExecArg

        void removeCasProcessorExecArg​(int aIndex)
        Removes program argument from the list. The argument for deletion is identified by provided position in the list.
        Parameters:
        aIndex - - position of argument to delete