public interface JarManifest extends Meta
| Modifier and Type | Interface and Description |
|---|---|
static class |
JarManifest.Impl |
| Modifier and Type | Method and Description |
|---|---|
JarArchive |
getJarArchive() |
String |
getProperty(String property) |
Set<String> |
keySet() |
void |
setJarArchive(JarArchive archive) |
void |
setProperty(String propertyName,
String obj) |
void setJarArchive(JarArchive archive)
JarArchive getJarArchive()
Copyright © 2014 JBoss by Red Hat. All rights reserved.