org.springframework.shell.commands
Interface HintOperations

All Known Implementing Classes:
ResourceBundleHintOperations

public interface HintOperations


Method Summary
 SortedSet<String> getCurrentTopics()
           
 String hint(String topic)
           
 

Method Detail

hint

String hint(String topic)

getCurrentTopics

SortedSet<String> getCurrentTopics()