org.springframework.roo.shell
Interface Parser

All Known Implementing Classes:
SimpleParser

public interface Parser

Interface for SimpleParser.

Since:
1.0
Author:
Ben Alex

Method Summary
 int complete(String buffer, int cursor, List<String> candidates)
           
 ParseResult parse(String buffer)
           
 

Method Detail

parse

ParseResult parse(String buffer)

complete

int complete(String buffer,
             int cursor,
             List<String> candidates)


Copyright © 2009-2010 VMware, Inc. All Rights Reserved.