Class FallbackHelpTranslation
- java.lang.Object
-
- tk.booky.jdahelper.internal.fallback.FallbackHelpTranslation
-
- All Implemented Interfaces:
IHelpTranslation
public class FallbackHelpTranslation extends java.lang.Object implements IHelpTranslation
-
-
Constructor Summary
Constructors Constructor Description FallbackHelpTranslation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEntryFormat()java.lang.StringgetHelpCommand()java.lang.StringgetMessageTitle()java.lang.StringgetNotFoundMessage()java.lang.StringgetSpecificFormat()
-
-
-
Method Detail
-
getHelpCommand
public java.lang.String getHelpCommand()
- Specified by:
getHelpCommandin interfaceIHelpTranslation
-
getMessageTitle
public java.lang.String getMessageTitle()
- Specified by:
getMessageTitlein interfaceIHelpTranslation
-
getEntryFormat
public java.lang.String getEntryFormat()
- Specified by:
getEntryFormatin interfaceIHelpTranslation
-
getSpecificFormat
public java.lang.String getSpecificFormat()
- Specified by:
getSpecificFormatin interfaceIHelpTranslation
-
getNotFoundMessage
public java.lang.String getNotFoundMessage()
- Specified by:
getNotFoundMessagein interfaceIHelpTranslation
-
-