Package com.sun.xml.rpc.tools.wscompile
Interface UsageIf
-
- All Known Implementing Classes:
J2EEToolPlugin
,SecurityPlugin
public interface UsageIf
- Author:
- JAX-RPC Development Team
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
UsageIf.UsageError
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Localizable
getExamplesUsage()
Localizable
getFeaturesUsage()
Localizable
getInternalUsage()
Localizable
getOptionsUsage()
boolean
parseArguments(String[] args, UsageIf.UsageError err)
After processing the argument in the array, mark the index as null
-
-
-
Method Detail
-
getOptionsUsage
Localizable getOptionsUsage()
- Returns:
- how to use the options of wscompile
-
getFeaturesUsage
Localizable getFeaturesUsage()
- Returns:
- how to use the wscompile features
-
getInternalUsage
Localizable getInternalUsage()
- Returns:
- intals of wscompile
-
getExamplesUsage
Localizable getExamplesUsage()
- Returns:
- some examples of how to use wscompile
-
parseArguments
boolean parseArguments(String[] args, UsageIf.UsageError err)
After processing the argument in the array, mark the index as null- Parameters:
args
-- Returns:
- false if there is a problem with the expected arguments
-
-