Klasse FileSystem.ClasspathNormalizer

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.batch.FileSystem.ClasspathNormalizer
Umschließende Klasse:
FileSystem

public static class FileSystem.ClasspathNormalizer extends Object
This class is defined how to normalize the classpath entries. It removes duplicate entries.
  • Konstruktordetails

    • ClasspathNormalizer

      public ClasspathNormalizer()
  • Methodendetails

    • normalize

      public static ArrayList<FileSystem.Classpath> normalize(ArrayList<FileSystem.Classpath> classpaths)
      Returns the normalized classpath entries (no duplicate).

      The given classpath entries are FileSystem.Classpath. We check the getPath() in order to find duplicate entries.

      Parameter:
      classpaths - the given classpath entries
      Gibt zurück:
      the normalized classpath entries