org.springframework.roo.addon.finder
Class FinderCommands
java.lang.Object
org.springframework.roo.addon.finder.FinderCommands
- All Implemented Interfaces:
- org.springframework.roo.shell.CommandMarker
@Service
public class FinderCommands
- extends Object
- implements org.springframework.roo.shell.CommandMarker
Commands for the 'finder' add-on to be used by the ROO shell.
- Since:
- 1.0
- Author:
- Stefan Schmidt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FinderCommands
public FinderCommands()
isFinderCommandAvailable
public boolean isFinderCommandAvailable()
listFinders
public SortedSet<String> listFinders(org.springframework.roo.model.JavaType typeName,
Integer depth,
String filter)
installFinders
public void installFinders(org.springframework.roo.model.JavaType typeName,
org.springframework.roo.model.JavaSymbolName finderName)
Copyright © 2009-2010 VMware, Inc. All Rights Reserved.