public class ToStringPlugin extends Object
Constructor and Description |
---|
ToStringPlugin() |
Modifier and Type | Method and Description |
---|---|
String |
getOptionName() |
String |
getUsage() |
void |
onActivated(com.sun.tools.xjc.Options opts) |
int |
parseArgument(com.sun.tools.xjc.Options opt,
String[] args,
int index,
com.sun.tools.xjc.Plugin plugin) |
boolean |
run(com.sun.tools.xjc.outline.Outline outline,
com.sun.tools.xjc.Options opt,
ErrorHandler errorHandler) |
public String getOptionName()
public String getUsage()
public int parseArgument(com.sun.tools.xjc.Options opt, String[] args, int index, com.sun.tools.xjc.Plugin plugin) throws com.sun.tools.xjc.BadCommandLineException, IOException
com.sun.tools.xjc.BadCommandLineException
IOException
public boolean run(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options opt, ErrorHandler errorHandler)
public void onActivated(com.sun.tools.xjc.Options opts)
Apache CXF