Package org.apache.batik.apps.svgpp
Class Main.SystemIdHandler
- java.lang.Object
-
- org.apache.batik.apps.svgpp.Main.SystemIdHandler
-
- All Implemented Interfaces:
Main.OptionHandler
- Enclosing class:
- Main
protected class Main.SystemIdHandler extends java.lang.Object implements Main.OptionHandler
To handle the '-system-id' option.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SystemIdHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
Returns the option description.void
handleOption()
Handles the current option.
-
-
-
Method Detail
-
handleOption
public void handleOption()
Description copied from interface:Main.OptionHandler
Handles the current option.- Specified by:
handleOption
in interfaceMain.OptionHandler
-
getDescription
public java.lang.String getDescription()
Description copied from interface:Main.OptionHandler
Returns the option description.- Specified by:
getDescription
in interfaceMain.OptionHandler
-
-