Package com.logicaldoc.util.exec


package com.logicaldoc.util.exec
Utility classes to handle I/O operations and compression/uncompression tasks
Since:
1.0
  • Class
    Description
    Utility class used to execute system commands
    An error happened during command execution
    JavaLauncher Provides an easy way to launch java applications.
    This class is responsible for allowing the java program to launch a command with administrator permissions.
     
    When Runtime.exec() won't.
    A simple thread that waits for completion of a given Process.