All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.plugins.processutils.SyncExecutionResult.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






SyncExecutionResult (org.spincast:spincast-framework 1.13.0 API)












org.spincast.plugins.processutils

Interface SyncExecutionResult

    • Method Detail

      • getExitCode

        int getExitCode()
        The exit code of the program.
      • getSystemOutLines

        List<String> getSystemOutLines()
        The System standard output produced by the executed program.

        Note that those lines will be available only if the ExecutionOutputStrategy.BUFFER strategy is used!

      • getSystemErrLines

        List<String> getSystemErrLines()
        The System standard errors produced by the executed program.

        Note that those lines will be available only if the ExecutionOutputStrategy.BUFFER strategy is used!

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy