Package org.apache.batik.apps.svgpp
Interface Main.OptionHandler
-
- All Known Implementing Classes:
Main.DoctypeHandler,Main.DocWidthHandler,Main.NewlineHandler,Main.NoFormatHandler,Main.PublicIdHandler,Main.SystemIdHandler,Main.TabWidthHandler,Main.XMLDeclHandler
- Enclosing class:
- Main
protected static interface Main.OptionHandlerThis interface represents an option handler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()Returns the option description.voidhandleOption()Handles the current option.
-