Interface AppJarFile
- All Superinterfaces:
ClasspathElement, FileResource, IOResource, JarFile, LibraryJarFile, Resource
A
FileResource that represents an application jar.-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic AppJarFileCreates an application library jar file from the given path.Methods inherited from interface FileResource
cleanup, pathMethods inherited from interface IOResource
inputStream, outputStreamMethods inherited from interface LibraryJarFile
toPathMethods inherited from interface Resource
asOf, asOfLocalized, isNewerThan, name, type
-
Method Details
-
of
Creates an application library jar file from the given path.- Parameters:
path- the path- Returns:
- the library jar file
-