java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.batch.FileFinder

public class FileFinder extends Object
  • Konstruktordetails

    • FileFinder

      public FileFinder()
  • Methodendetails

    • find

      public static String[] find(File f, String pattern)
      Although the file finder is meant to be generic for any file name patters, at the moment it is used only for *.java files. This method handles the module-info.java in a special way by always placing it as the first element of the resulting array.