Package com.yelloowstone.nf2t.jars
Class ModifiableJarDetails
java.lang.Object
com.yelloowstone.nf2t.jars.ModifiableJarDetails
- All Implemented Interfaces:
JarDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMavenPomDetails
(String groupId, String artifactId) build()
void
setManifest
(Manifest manifest) void
setNarDetails
(NarDetails narDetails) Methods 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
-
ModifiableJarDetails
public ModifiableJarDetails()
-
-
Method Details
-
getNarDetails
- Specified by:
getNarDetails
in interfaceJarDetails
-
setNarDetails
-
getManifest
- Specified by:
getManifest
in interfaceJarDetails
-
setManifest
-
addMavenPomDetails
-
build
-
getMavenDescriptorPoms
- Specified by:
getMavenDescriptorPoms
in interfaceJarDetails
-