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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanparseArguments(String[] args, UsageIf.UsageError err) After processing the argument in the array, mark the index as null
-
Method Details
-
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
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
-