Interface IArgParser<T>

All Known Subinterfaces:
IArgParser.Stated<T,S>, IArgParser.Stateless<T>

public interface IArgParser<T>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    A stated argument parser is similar to a stateless one.
    static interface 
    A stateless argument parser is just that.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details