Class PomProperty<V>

java.lang.Object
org.codehaus.mojo.flatten.PomProperty<V>
Type Parameters:
V - is the generic type of the property value.

public abstract class PomProperty<V> extends Object
This class reflects a property of a POM. It contains all available properties as constants and allows generic access to read and write the property via a Model.
Since:
1.0.0-beta-4
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)