public interface ClassPath
| Modifier and Type | Method and Description |
|---|---|
Collection<File> |
getAsFiles() |
Collection<URI> |
getAsURIs() |
URL[] |
getAsURLArray() |
Collection<URL> |
getAsURLs() |
boolean |
isEmpty() |
ClassPath |
plus(ClassPath classPath) |
ClassPath |
plus(Collection<File> classPath) |
boolean isEmpty()
Collection<URI> getAsURIs()
Collection<File> getAsFiles()
Collection<URL> getAsURLs()
URL[] getAsURLArray()
ClassPath plus(Collection<File> classPath)
Copyright © 2013. All rights reserved