public class DefaultClassPath extends Object implements ClassPath, Serializable
| Constructor and Description |
|---|
DefaultClassPath(File... files) |
DefaultClassPath(Iterable<File> files) |
| Modifier and Type | Method and Description |
|---|---|
Collection<File> |
getAsFiles() |
Collection<URI> |
getAsURIs() |
URL[] |
getAsURLArray() |
Collection<URL> |
getAsURLs() |
boolean |
isEmpty() |
ClassPath |
plus(ClassPath other) |
ClassPath |
plus(Collection<File> other) |
public DefaultClassPath(File... files)
public Collection<URI> getAsURIs()
public Collection<File> getAsFiles()
getAsFiles in interface ClassPathpublic URL[] getAsURLArray()
getAsURLArray in interface ClassPathpublic Collection<URL> getAsURLs()
public ClassPath plus(Collection<File> other)
Copyright © 2013. All rights reserved