org.springframework.shell.commands
Class ResourceBundleHintOperations

java.lang.Object
  extended by org.springframework.shell.commands.ResourceBundleHintOperations
All Implemented Interfaces:
HintOperations

@Component
public class ResourceBundleHintOperations
extends Object
implements HintOperations


Constructor Summary
ResourceBundleHintOperations()
           
 
Method Summary
 SortedSet<String> getCurrentTopics()
           
 String hint(String topic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceBundleHintOperations

public ResourceBundleHintOperations()
Method Detail

hint

public String hint(String topic)
Specified by:
hint in interface HintOperations

getCurrentTopics

public SortedSet<String> getCurrentTopics()
Specified by:
getCurrentTopics in interface HintOperations