Class JarPluginArtifact
java.lang.Object
eu.rarogsoftware.rarog.platform.plugins.quickreload.JarPluginArtifact
- All Implemented Interfaces:
Closeable
,AutoCloseable
This is simplified version of JarPluginArtifact from core. I did it because I didn't want this ugly dependency
on core and this one can actually be much simpler, as it only require to check if it is valid file
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JarPluginArtifact
-
-
Method Details
-
getJarManifest
- Throws:
IOException
-
getResource
- Throws:
IOException
-
getManifest
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-