Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ProcessDestroyer (5.22 sec)

  1. src/main/java/org/codelibs/fess/thumbnail/impl/CommandGenerator.java

            private final long timeout;
    
            /**
             * Constructor for ProcessDestroyer.
             * @param p The process to monitor.
             * @param ist The input stream thread.
             * @param timeout The destruction timeout.
             */
            public ProcessDestroyer(final Process p, final InputStreamThread ist, final long timeout) {
                this.p = p;
                this.ist = ist;
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 04 08:02:36 UTC 2025
    - 16K bytes
    - Viewed (0)
Back to top