Class SimpleCommandLineParser
java.lang.Object
org.exoplatform.services.command.impl.SimpleCommandLineParser
- All Implemented Interfaces:
CommandLineParser
Created by The eXo Platform SAS.
- Version:
- $Id: $
- Author:
- Gennady Azarenkov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparses command line and puts some parameters (if any) to the Context by some rules
-
Field Details
-
parametersPropertyName
-
-
Constructor Details
-
SimpleCommandLineParser
-
-
Method Details
-
parse
Description copied from interface:CommandLineParserparses command line and puts some parameters (if any) to the Context by some rules- Specified by:
parsein interfaceCommandLineParser- Returns:
- command name
-
getParametersPropertyName
- Returns:
- parameters Property Name
-