A class modeling aspects of a ClassPath which should be propagated to any classpaths it creates.
Expand dir out to contents, a la extdir
Expand manifest jar classpath entries: these are either urls, or paths relative to the location of the jar.
Expand path and possibly expanding stars
Split the classpath, filter according to predicate, and reassemble.
Join the paths as a classpath
A useful name filter.
Join classpath using platform-dependent path separator
Make all classpath components absolute.
Split the classpath, apply a transformation function, and reassemble it.
Split classpath using platform-dependent path separator
Split the classpath and map them into Paths
From the source file to its identifier.
Split the classpath and map them into URLs
This module provides star expansion of '-classpath' option arguments, behaves the same as java, see [http://java.sun.com/javase/6/docs/technotes/tools/windows/classpath.html]