|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jdt.internal.compiler.batch.FileSystem.ClasspathNormalizer
public static class FileSystem.ClasspathNormalizer
This class is defined how to normalize the classpath entries. It removes duplicate entries.
| Constructor Summary | |
|---|---|
FileSystem.ClasspathNormalizer()
|
|
| Method Summary | |
|---|---|
static java.util.ArrayList |
normalize(java.util.ArrayList classpaths)
Returns the normalized classpath entries (no duplicate). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileSystem.ClasspathNormalizer()
| Method Detail |
|---|
public static java.util.ArrayList normalize(java.util.ArrayList classpaths)
The given classpath entries are FileSystem.Classpath. We check the getPath() in order to find duplicate entries.
classpaths - the given classpath entries
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||