org.apache.maven.shared.app.configuration
Class Configuration
java.lang.Object
org.apache.maven.shared.app.configuration.Configuration
- All Implemented Interfaces:
- java.io.Serializable
public class Configuration
- extends java.lang.Object
- implements java.io.Serializable
null
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
companyPom
private CompanyPom companyPom
- Field companyPom
modelEncoding
private java.lang.String modelEncoding
Configuration
public Configuration()
getCompanyPom
public CompanyPom getCompanyPom()
- Get The identifier of the company super POM.
setCompanyPom
public void setCompanyPom(CompanyPom companyPom)
- Set The identifier of the company super POM.
- Parameters:
companyPom
-
setModelEncoding
public void setModelEncoding(java.lang.String modelEncoding)
getModelEncoding
public java.lang.String getModelEncoding()