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