Interface CommandLineParser
-
- All Known Implementing Classes:
SimpleCommandLineParser
public interface CommandLineParserCreated by The eXo Platform SAS.- Version:
- $Id: $
- Author:
- Gennady Azarenkov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringparse(String commandLine, org.apache.commons.chain.Context context)parses command line and puts some parameters (if any) to the Context by some rules
-