java.lang.Object
io.sf.carte.echosvg.apps.svgpp.Main.NewlineHandler
- All Implemented Interfaces:
Main.OptionHandler
- Enclosing class:
Main
To handle the '-newline' option.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the option description.void
Handles the current option.
-
Field Details
-
values
-
-
Constructor Details
-
NewlineHandler
protected NewlineHandler()
-
-
Method Details
-
handleOption
public void handleOption()Description copied from interface:Main.OptionHandler
Handles the current option.- Specified by:
handleOption
in interfaceMain.OptionHandler
-
getDescription
Description copied from interface:Main.OptionHandler
Returns the option description.- Specified by:
getDescription
in interfaceMain.OptionHandler
-