Module com.github.rvesse.airline
Class ExitCodesSection
- java.lang.Object
-
- com.github.rvesse.airline.help.sections.common.BasicHint
-
- com.github.rvesse.airline.help.sections.common.BasicSection
-
- com.github.rvesse.airline.help.sections.common.ExitCodesSection
-
- All Implemented Interfaces:
HelpHint
,HelpSection
public class ExitCodesSection extends BasicSection
-
-
Constructor Summary
Constructors Constructor Description ExitCodesSection(int[] exitCodes, java.lang.String[] exitCodeDescriptions)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.String[]
toStrings(int[] is)
-
Methods inherited from class com.github.rvesse.airline.help.sections.common.BasicSection
getPostamble, getTitle, suggestedOrder
-
Methods inherited from class com.github.rvesse.airline.help.sections.common.BasicHint
getContentBlock, getFormat, getPreamble, numContentBlocks
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.rvesse.airline.help.sections.HelpHint
getContentBlock, getFormat, getPreamble, numContentBlocks
-
-