org.springframework.shell.plugin
Interface NamedProvider

All Known Subinterfaces:
BannerProvider, HistoryFileNameProvider, PromptProvider
All Known Implementing Classes:
DefaultBannerProvider, DefaultHistoryFileNameProvider, DefaultPromptProvider

public interface NamedProvider

Returns the name of the provider. Providers customize features of the shell such as the banner and command line prompt.

See Also:
BannerProvider, PromptProvider, HistoryFileNameProvider

Method Summary
 String getProviderName()
          Return the name of the provider.
 

Method Detail

getProviderName

String getProviderName()
Return the name of the provider.