eXo Kernel :: Component :: Command Service 2.4.x-SNAPSHOT

org.exoplatform.services.command.impl
Interface CommandLineParser

All Known Implementing Classes:
SimpleCommandLineParser

public interface CommandLineParser

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Gennady Azarenkov

Method Summary
 String parse(String commandLine, org.apache.commons.chain.Context context)
          parses command line and puts some parameters (if any) to the Context by some rules
 

Method Detail

parse

String parse(String commandLine,
             org.apache.commons.chain.Context context)
parses command line and puts some parameters (if any) to the Context by some rules

Parameters:
commandLine -
context -
Returns:
command name

eXo Kernel :: Component :: Command Service 2.4.x-SNAPSHOT

Copyright © 2015 eXo Platform SAS. All Rights Reserved.