< prev index next >

test/tools/jdeps/lib/JdepsUtil.java

Print this page

        

*** 145,159 **** public Command include(String regex) { filter.includePattern(Pattern.compile(regex)); return this; } - public Command includeSystemMoudles(String regex) { - filter.includeSystemModules(Pattern.compile(regex)); - return this; - } - public Command apiOnly() { this.apiOnly = true; return this; } --- 145,154 ----
< prev index next >