org.eclipse.jdt.internal.compiler.batch
类 FileSystem.ClasspathNormalizer

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.batch.FileSystem.ClasspathNormalizer
包容类:
FileSystem

public static class FileSystem.ClasspathNormalizer
extends Object

This class is defined how to normalize the classpath entries. It removes duplicate entries.


构造方法摘要
FileSystem.ClasspathNormalizer()
           
 
方法摘要
static ArrayList normalize(ArrayList classpaths)
          Returns the normalized classpath entries (no duplicate).
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

FileSystem.ClasspathNormalizer

public FileSystem.ClasspathNormalizer()
方法详细信息

normalize

public static ArrayList normalize(ArrayList 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.

参数:
classpaths - the given classpath entries
返回:
the normalized classpath entries


Copyright © 2013. All Rights Reserved.