Package | Description |
---|---|
com.sun.tools.jxc.ap |
Annotation Processing related code.
|
com.sun.tools.xjc |
Schema to Java compiler
|
com.sun.tools.xjc.addon.accessors | |
com.sun.tools.xjc.addon.episode | |
com.sun.tools.xjc.addon.locator | |
com.sun.tools.xjc.addon.sync |
Modifier and Type | Method and Description |
---|---|
void |
Options.parseArguments(String[] args) |
Modifier and Type | Method and Description |
---|---|
void |
Plugin.onActivated(Options opts)
Notifies a plugin that it's activated.
|
int |
Plugin.parseArgument(Options opt,
String[] args,
int i)
Parses an option
args[i] and augment
the opt object appropriately, then return
the number of tokens consumed. |
int |
Options.parseArgument(String[] args,
int i)
Parses an option
args[i] and return
the number of tokens consumed. |
void |
Options.parseArguments(String[] args)
Parses arguments and fill fields of this object.
|
String |
Options.requireArgument(String optionName,
String[] args,
int i)
Obtains an operand and reports an error if it's not there.
|
static int |
Driver.run(String[] args,
XJCListener listener)
Performs schema compilation and prints the status/error into the
specified PrintStream.
|
void |
Options.scanEpisodeFile(File jar)
Finds the
META-INF/sun-jaxb.episode file to add as a binding customization. |
void |
Options.setFieldRendererFactory(FieldRendererFactory frf,
Plugin owner)
Sets the
FieldRendererFactory . |
void |
Options.setNameConverter(NameConverter nc,
Plugin owner)
Sets the
NameConverter . |
Modifier and Type | Method and Description |
---|---|
int |
PluginImpl.parseArgument(Options opt,
String[] args,
int i) |
Modifier and Type | Method and Description |
---|---|
int |
PluginImpl.parseArgument(Options opt,
String[] args,
int i) |
Modifier and Type | Method and Description |
---|---|
int |
SourceLocationAddOn.parseArgument(Options opt,
String[] args,
int i) |
Modifier and Type | Method and Description |
---|---|
int |
SynchronizedMethodAddOn.parseArgument(Options opt,
String[] args,
int i) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.