Interface JvmCommandParser

All Known Subinterfaces:
JvmCommand
All Known Implementing Classes:
JvmCommandBase, JvmCommandCat, JvmCommandEcho, JvmCommandHead, JvmCommandTranscode, JvmCommandWhich

public interface JvmCommandParser
  • Method Summary

    Modifier and Type
    Method
    Description
    parseArgs(String... args)
     
  • Method Details