org.apache.maven.project
Class Jar

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

public class Jar
extends BaseObject

A Jar as specified in the project descriptor

Version:
$Id: Jar.java 122095 2004-03-01 22:36:39Z evenisse $
Author:
Jason van Zyl

Field Summary
 
Fields inherited from class org.apache.maven.project.BaseObject
id
 
Constructor Summary
Jar()
          Create an instance of this class
 
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

Jar

public Jar()
Create an instance of this class



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