public static class FileSystem.ClasspathNormalizer extends Object
| Constructor and Description |
|---|
ClasspathNormalizer() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList |
normalize(ArrayList classpaths)
Returns the normalized classpath entries (no duplicate).
|
public static ArrayList normalize(ArrayList classpaths)
The given classpath entries are FileSystem.Classpath. We check the getPath() in order to find duplicate entries.
classpaths - the given classpath entriesCopyright © 2015. All rights reserved.