Package org.daisy.cli
Class AbstractUI.Definition
java.lang.Object
org.daisy.cli.AbstractUI.Definition
- Direct Known Subclasses:
AbstractUI.Argument
- Enclosing class:
- AbstractUI
Provides a definition, that is a name and a description
- Author:
- Joel HÃ¥kansson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the description of the definitiongetName()
Gets the name of the definition
-
Constructor Details
-
Definition
Creates a new Definition.- Parameters:
name
- the name of the definitiondesc
- the description of the definition
-
-
Method Details
-
getName
Gets the name of the definition- Returns:
- returns the name
-
getDescription
Gets the description of the definition- Returns:
- returns the description
-