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