|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.charlesames.utility.io.ManifestProperties
public class ManifestProperties
Singleton class which extracts MANIFEST.MF info from the application resource
| Method Summary | |
|---|---|
java.util.jar.Attributes |
getAttributes()
Get the manifest attributes. |
java.lang.String |
getProperty(java.lang.String name)
Get the property with the indicated name. |
static ManifestProperties |
getSingleton(java.lang.Class<?> resourceClass)
Get singleton ManifestProperties instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ManifestProperties getSingleton(java.lang.Class<?> resourceClass)
ManifestProperties instance.
resourceClass - The class of the object which holds the resource.
ManifestProperties instance.public java.lang.String getProperty(java.lang.String name)
name - The indicated name.
public java.util.jar.Attributes getAttributes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||