Interface ExecutableInvocation

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
ExecutableInvocationSimple

public interface ExecutableInvocation extends AutoCloseable
Argument vector (argv) with resources, such as for deleting temporary files on close. Temporary files may e.g. be created as part of process substitution.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface AutoCloseable

    close