Package com.yelloowstone.nf2t.jars
Class UnmodifiableJarDetails
java.lang.Object
com.yelloowstone.nf2t.jars.UnmodifiableJarDetails
- All Implemented Interfaces:
JarDetails
-
Constructor Summary
ConstructorsConstructorDescriptionUnmodifiableJarDetails
(NarDetails narDetails, Manifest manifest, List<MavenDescriptorDetails> mavenPoms) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.yelloowstone.nf2t.jars.JarDetails
getMainClass, getMainManifestAttributeValue
-
Constructor Details
-
UnmodifiableJarDetails
public UnmodifiableJarDetails(NarDetails narDetails, Manifest manifest, List<MavenDescriptorDetails> mavenPoms)
-
-
Method Details
-
getNarDetails
- Specified by:
getNarDetails
in interfaceJarDetails
-
getManifest
- Specified by:
getManifest
in interfaceJarDetails
-
getMavenDescriptorPoms
- Specified by:
getMavenDescriptorPoms
in interfaceJarDetails
-