Package org.apache.axis2.util
Interface OptionsValidator
-
- All Known Implementing Classes:
WSDL2JavaOptionsValidator
public interface OptionsValidator
An interface for the options validator. This acts as the input for the commandlineOptions parser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isInvalid(CommandLineOption option)
-
-
-
Method Detail
-
isInvalid
boolean isInvalid(CommandLineOption option)
-
-