|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.charlesames.utility.io.PomProperties
public class PomProperties
Singleton class which extracts Maven pom.properties info from the application resource
| Method Summary | |
|---|---|
java.lang.String |
getProperty(java.lang.String name)
Get the property with the indicated name. |
static PomProperties |
getSingleton(java.lang.Class<?> resourceClass,
java.lang.String groupID,
java.lang.String artifactID)
Get the singleton PomProperties instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static PomProperties getSingleton(java.lang.Class<?> resourceClass,
java.lang.String groupID,
java.lang.String artifactID)
PomProperties instance.
resourceClass - The class of the object which holds the resource.groupID - Maven group IDartifactID - Maven artifact ID
PomProperties instance.public java.lang.String getProperty(java.lang.String name)
name - The indicated name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||