org.springframework.roo.addon.finder
Class FinderOperationsImpl
java.lang.Object
org.springframework.roo.addon.finder.FinderOperationsImpl
- All Implemented Interfaces:
- FinderOperations
@Service
public class FinderOperationsImpl
- extends Object
- implements FinderOperations
Provides Finder addon operations.
- Since:
- 1.0
- Author:
- Stefan Schmidt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FinderOperationsImpl
public FinderOperationsImpl()
isFinderCommandAvailable
public boolean isFinderCommandAvailable()
- Specified by:
isFinderCommandAvailable
in interface FinderOperations
listFindersFor
public SortedSet<String> listFindersFor(org.springframework.roo.model.JavaType typeName,
Integer depth)
- Specified by:
listFindersFor
in interface FinderOperations
installFinder
public void installFinder(org.springframework.roo.model.JavaType typeName,
org.springframework.roo.model.JavaSymbolName finderName)
- Specified by:
installFinder
in interface FinderOperations
Copyright © 2009-2010 VMware, Inc. All Rights Reserved.