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.
| 从类 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.