Uses of Class
jp.vmi.selenium.selenese.log.LogFilter
-
Packages that use LogFilter Package Description jp.vmi.selenium.selenese jp.vmi.selenium.selenese.log -
-
Uses of LogFilter in jp.vmi.selenium.selenese
Methods in jp.vmi.selenium.selenese that return types with arguments of type LogFilter Modifier and Type Method Description EnumSet<LogFilter>Context. getLogFilter()Get list of disabled page information.EnumSet<LogFilter>NullContext. getLogFilter()EnumSet<LogFilter>Runner. getLogFilter() -
Uses of LogFilter in jp.vmi.selenium.selenese.log
Methods in jp.vmi.selenium.selenese.log that return LogFilter Modifier and Type Method Description static LogFilterLogFilter. valueOf(String name)Returns the enum constant of this type with the specified name.static LogFilter[]LogFilter. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jp.vmi.selenium.selenese.log that return types with arguments of type LogFilter Modifier and Type Method Description static EnumSet<LogFilter>LogFilter. all()Enable all page information logging.static EnumSet<LogFilter>LogFilter. none()Disable all page information logging.Method parameters in jp.vmi.selenium.selenese.log with type arguments of type LogFilter Modifier and Type Method Description static voidLogFilter. parse(EnumSet<LogFilter> logFilter, String[] args)Parse command line arguments for "--log-filter".
-