Interface CommandLineArgumentProvider


  • public interface CommandLineArgumentProvider
    Provides arguments to a process.
    Since:
    4.6
    • Method Detail

      • asArguments

        Iterable<String> asArguments()
        The arguments which will be provided to the process.