Package org.apache.batik.apps.svgpp
Class Main.DoctypeHandler
java.lang.Object
org.apache.batik.apps.svgpp.Main.DoctypeHandler
- All Implemented Interfaces:
Main.OptionHandler
- Enclosing class:
- Main
To handle the '-doctype' option.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the option description.void
Handles the current option.
-
Field Details
-
values
-
-
Constructor Details
-
DoctypeHandler
protected DoctypeHandler()
-
-
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
-