org.apache.maven.project
Class Plugin

java.lang.Object
  extended byorg.apache.maven.project.BaseObject
      extended byorg.apache.maven.project.Plugin

public class Plugin
extends BaseObject

A Plugin is essentially a Project, but in the context of POM we only need the basic id, verions, and properties so extending BaseObject will suffice. If we find we need more then we can extend Project.

Version:
$Id: Plugin.java,v 1.5.10.1 2004/03/01 22:36:38 evenisse Exp $
Author:
Jason van Zyl

Field Summary
 
Fields inherited from class org.apache.maven.project.BaseObject
id
 
Constructor Summary
Plugin()
           
 
Methods inherited from class org.apache.maven.project.BaseObject
addProperty, equals, getId, getName, getProperties, getProperty, hashCode, isValid, resolvedProperties, setId, setName, setProperties, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Plugin

public Plugin()


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