< prev index next >

src/java.corba/share/classes/com/sun/tools/corba/se/idl/Arguments.java

Print this page

        

*** 66,78 **** * which are unknown to it. The default implementation of this method simply * throws an InvalidArgument exception. Any overriding implementation * must check the arguments passed to it for validity and process the * arguments appropriately. If it detects an invalid argument, it should * throw an InvalidArgument exception. Arguments MUST be of the form ! * `/<arg> [<qualifiers>]' or `-<arg> [<qualifiers>]' where <qualifiers> ! * is optional (for example, -iC:\includes, `C:\includes' is the qualifier ! * for the argument `i'). * @param args The arguments which are unknown by the framework. * @param properties Environment-style properties collected from the * file idl.config. * @exception idl.InvalidArgument if the argument is unknown. **/ --- 66,78 ---- * which are unknown to it. The default implementation of this method simply * throws an InvalidArgument exception. Any overriding implementation * must check the arguments passed to it for validity and process the * arguments appropriately. If it detects an invalid argument, it should * throw an InvalidArgument exception. Arguments MUST be of the form ! * {@code '/<arg> [<qualifiers>]'} or {@code '-<arg> [<qualifiers>]'} where {@code <qualifiers>} ! * is optional (for example, -iC:\includes, 'C:\includes' is the qualifier ! * for the argument 'i'). * @param args The arguments which are unknown by the framework. * @param properties Environment-style properties collected from the * file idl.config. * @exception idl.InvalidArgument if the argument is unknown. **/
*** 287,297 **** * (if any) is the replacement value for the symbol. **/ public Hashtable definedSymbols = new Hashtable (); /** ! * <f46082.46.01> True if new module entries are created for each * re-opened module. **/ public boolean cppModule = false; /** --- 287,297 ---- * (if any) is the replacement value for the symbol. **/ public Hashtable definedSymbols = new Hashtable (); /** ! * (f46082.46.01) True if new module entries are created for each * re-opened module. **/ public boolean cppModule = false; /**
< prev index next >