Package org.apache.batik.apps.svgpp
Class Main.NewlineHandler
- java.lang.Object
-
- org.apache.batik.apps.svgpp.Main.NewlineHandler
-
- All Implemented Interfaces:
Main.OptionHandler
- Enclosing class:
- Main
protected class Main.NewlineHandler extends java.lang.Object implements Main.OptionHandler
To handle the '-newline' option.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Mapvalues
-
Constructor Summary
Constructors Modifier Constructor Description protectedNewlineHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Returns the option description.voidhandleOption()Handles the current option.
-
-
-
Method Detail
-
handleOption
public void handleOption()
Description copied from interface:Main.OptionHandlerHandles the current option.- Specified by:
handleOptionin interfaceMain.OptionHandler
-
getDescription
public java.lang.String getDescription()
Description copied from interface:Main.OptionHandlerReturns the option description.- Specified by:
getDescriptionin interfaceMain.OptionHandler
-
-