org.apache.maven.project
Class BuildBase

java.lang.Object
  extended by org.apache.maven.project.PluginContainer
      extended by org.apache.maven.project.PluginConfiguration
          extended by org.apache.maven.project.BuildBase
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Build

public class BuildBase
extends PluginConfiguration
implements java.io.Serializable

null

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
BuildBase()
           
 
Method Summary
 void addResource(Resource resource)
          Method addResource
 java.lang.String getDefaultGoal()
          Get The default goal (or phase in Maven 2) to execute when none is specified for the project.
 java.lang.String getModelEncoding()
           
 java.util.List getResources()
          Method getResources
 void removeResource(Resource resource)
          Method removeResource
 void setDefaultGoal(java.lang.String defaultGoal)
          Set The default goal (or phase in Maven 2) to execute when none is specified for the project.
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setResources(java.util.List resources)
          Set This element describes all of the classpath resources such as properties files associated with a project.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildBase

public BuildBase()
Method Detail

addResource

public void addResource(Resource resource)
Method addResource

Parameters:
resource -

getDefaultGoal

public java.lang.String getDefaultGoal()
Get The default goal (or phase in Maven 2) to execute when none is specified for the project.


getResources

public java.util.List getResources()
Method getResources


removeResource

public void removeResource(Resource resource)
Method removeResource

Parameters:
resource -

setDefaultGoal

public void setDefaultGoal(java.lang.String defaultGoal)
Set The default goal (or phase in Maven 2) to execute when none is specified for the project.

Parameters:
defaultGoal -

setResources

public void setResources(java.util.List resources)
Set This element describes all of the classpath resources such as properties files associated with a project. These resources are often included in the final package.

Parameters:
resources -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Overrides:
setModelEncoding in class PluginConfiguration

getModelEncoding

public java.lang.String getModelEncoding()
Overrides:
getModelEncoding in class PluginConfiguration


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.