org.apache.maven.project
Class BuildBase

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

public class BuildBase
extends PluginConfiguration
implements java.io.Serializable

Class BuildBase.

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

Field Summary
private  java.lang.String defaultGoal
          Field defaultGoal
private  java.util.List resources
          Field resources
 
Constructor Summary
BuildBase()
           
 
Method Summary
 void addResource(Resource resource)
          Method addResource
 java.lang.String getDefaultGoal()
          Method getDefaultGoal
 java.util.List getResources()
          Method getResources
 void removeResource(Resource resource)
          Method removeResource
 void setDefaultGoal(java.lang.String defaultGoal)
          Method setDefaultGoal
 void setResources(java.util.List resources)
          Method setResources
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultGoal

private java.lang.String defaultGoal
Field defaultGoal


resources

private java.util.List resources
Field resources

Constructor Detail

BuildBase

public BuildBase()
Method Detail

addResource

public void addResource(Resource resource)
Method addResource

Parameters:
resource -

getDefaultGoal

public java.lang.String getDefaultGoal()
Method getDefaultGoal


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)
Method setDefaultGoal

Parameters:
defaultGoal -

setResources

public void setResources(java.util.List resources)
Method setResources

Parameters:
resources -