public class JavaToJS extends AbstractCXFToolContainer
AbstractToolContainer.GenericOutputStream
Modifier and Type | Field and Description |
---|---|
static String |
TOOL_NAME |
LOG
context, err, out, toolspec
Modifier and Type | Method and Description |
---|---|
void |
checkParams(ErrorVisitor errors)
Check command-line parameters for validity.
|
void |
execute(boolean exitOnFinish) |
static void |
main(String[] pargs) |
createClassCollector, getDefaultExcludedNamespaces, getFileBase, getFileName, getParametersMap, getToolName, getUsage, hasInfoOption, isVerboseOn, loadProperties, loadProperties, outputFullCommandLine, outputVersion, printUsageException
getArgument, getBus, getCatalogURL, getCommandDocument, getCommandLineParser, getContext, getErrOutputStream, getOutOutputStream, init, isQuietMode, isVerboseMode, parseCommandLine, redirectOutput, setArguments, setContext, setErrOutputStream, setMode, setOutOutputStream, tearDown
public static final String TOOL_NAME
public void execute(boolean exitOnFinish)
execute
in interface ToolContainer
execute
in class AbstractCXFToolContainer
public static void main(String[] pargs)
public void checkParams(ErrorVisitor errors) throws ToolException
AbstractCXFToolContainer
checkParams
in class AbstractCXFToolContainer
errors
- place to report errors.ToolException
- for impossible options.Apache CXF