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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the option description.voidHandles the current option.
-
Field Details
-
values
-
-
Constructor Details
-
NewlineHandler
protected NewlineHandler()
-
-
Method Details
-
handleOption
public void handleOption()Description copied from interface:Main.OptionHandlerHandles the current option.- Specified by:
handleOptionin interfaceMain.OptionHandler
-
getDescription
Description copied from interface:Main.OptionHandlerReturns the option description.- Specified by:
getDescriptionin interfaceMain.OptionHandler
-