public static class FileSystem.ClasspathNormalizer
extends java.lang.Object
| Constructor and Description |
|---|
ClasspathNormalizer() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.ArrayList |
normalize(java.util.ArrayList classpaths)
Returns the normalized classpath entries (no duplicate).
|
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