org.apache.maven.shared.app.configuration
Class Configuration

java.lang.Object
  extended by 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

Field Summary
private  CompanyPom companyPom
          Field companyPom
private  java.lang.String modelEncoding
           
 
Constructor Summary
Configuration()
           
 
Method Summary
 CompanyPom getCompanyPom()
          Get The identifier of the company super POM.
 java.lang.String getModelEncoding()
           
 void setCompanyPom(CompanyPom companyPom)
          Set The identifier of the company super POM.
 void setModelEncoding(java.lang.String modelEncoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

companyPom

private CompanyPom companyPom
Field companyPom


modelEncoding

private java.lang.String modelEncoding
Constructor Detail

Configuration

public Configuration()
Method Detail

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()