< prev index next >

modules/jdk.packager/src/main/java/com/sun/javafx/tools/resource/ResourceFilter.java

Print this page

        

*** 25,34 **** --- 25,35 ---- package com.sun.javafx.tools.resource; import java.io.File; + @Deprecated public interface ResourceFilter { boolean descent(File file, String relativePath); boolean accept(File file, String relativePath); }
< prev index next >