Interface ToolInitializationContext


public interface ToolInitializationContext
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Method Details

    • getOutputStream

      PrintStream getOutputStream()
    • getErrorStream

      PrintStream getErrorStream()
    • getFileSystem

      FileSystem getFileSystem()
    • getAdditionalOptions

      org.apache.commons.cli.Options getAdditionalOptions()
    • createShortTimeExecutionComputationManager

      ComputationManager createShortTimeExecutionComputationManager(org.apache.commons.cli.CommandLine commandLine)
    • createLongTimeExecutionComputationManager

      ComputationManager createLongTimeExecutionComputationManager(org.apache.commons.cli.CommandLine commandLine)