Beispiel #1
0
 public static bool ValidOptions(string[][] options, DocErrorReporter reporter)
 {
     StabilityOptions.ValidOptions(options, reporter);
     string[][] filteredOptions = StabilityOptions.FilterOptions(options);
     return(Com.Sun.Tools.Doclets.Standard.Standard.ValidOptions(filteredOptions, reporter
                                                                 ));
 }
Beispiel #2
0
        public static int OptionLength(string option)
        {
            int length = StabilityOptions.OptionLength(option);

            if (length != null)
            {
                return(length);
            }
            return(Com.Sun.Tools.Doclets.Standard.Standard.OptionLength(option));
        }
Beispiel #3
0
        public static int OptionLength(string option)
        {
            int length = StabilityOptions.OptionLength(option);

            if (length != null)
            {
                return(length);
            }
            return(JDiff.OptionLength(option));
        }
Beispiel #4
0
 public static bool ValidOptions(string[][] options, DocErrorReporter reporter)
 {
     StabilityOptions.ValidOptions(options, reporter);
     string[][] filteredOptions = StabilityOptions.FilterOptions(options);
     return(JDiff.ValidOptions(filteredOptions, reporter));
 }