Interface LibraryJarFile
- All Superinterfaces:
ClasspathElement, FileResource, IOResource, JarFile, Resource
- All Known Subinterfaces:
AppJarFile, MvnRepoLibraryJarFile
- All Known Implementing Classes:
DefaultLibraryJarFile
Marker interface for a jar file that is a library.
-
Method Summary
Methods inherited from interface FileResource
delete, pathMethods inherited from interface IOResource
inputStream, outputStreamMethods inherited from interface Resource
asOf, asOfLocalized, type
-
Method Details
-
toPath
Description copied from interface:ClasspathElementReturn the representation of the element as it must appear on the classpath.- Specified by:
toPathin interfaceClasspathElement- Returns:
- the path
-