Class DefaultLibraryJarFile
java.lang.Object
org.jdrupes.builder.core.ResourceObject
org.jdrupes.builder.core.DefaultFileResource
org.jdrupes.builder.java.DefaultJarFile
org.jdrupes.builder.java.DefaultLibraryJarFile
- All Implemented Interfaces:
FileResource, IOResource, Proxyable, Resource, ClasspathElement, JarFile, LibraryJarFile
A
FileResource that represents a Java library jar.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefaultLibraryJarFile(ResourceType<? extends JarFile> type, Path path) Instantiates a new library jar file. -
Method Summary
Methods inherited from class DefaultFileResource
asOf, equals, hashCode, inputStream, outputStream, pathMethods inherited from interface FileResource
delete, pathMethods inherited from interface IOResource
inputStream, outputStreamMethods inherited from interface LibraryJarFile
toPathMethods inherited from interface Resource
asOf, asOfLocalized, name, type
-
Constructor Details
-
DefaultLibraryJarFile
Instantiates a new library jar file.- Parameters:
type- the resource typepath- the path
-