org.apache.xbean.osgi
Class Project

java.lang.Object
  extended by org.apache.xbean.osgi.Project
All Implemented Interfaces:
Artifact

public class Project
extends Object
implements Artifact

Since:
2.0
Author:
Dain Sundstrom

Constructor Summary
Project(String groupId, String artifactId, String version, String type, Set dependencies)
           
Project(String groupId, String artifactId, String version, String type, String jar, Set dependencies)
           
 
Method Summary
 String getArtifactId()
           
 Set getDependencies()
           
 String getGroupId()
           
 String getJar()
           
 String getType()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Project

public Project(String groupId,
               String artifactId,
               String version,
               String type,
               Set dependencies)

Project

public Project(String groupId,
               String artifactId,
               String version,
               String type,
               String jar,
               Set dependencies)
Method Detail

getGroupId

public String getGroupId()
Specified by:
getGroupId in interface Artifact

getArtifactId

public String getArtifactId()
Specified by:
getArtifactId in interface Artifact

getVersion

public String getVersion()
Specified by:
getVersion in interface Artifact

getType

public String getType()
Specified by:
getType in interface Artifact

getJar

public String getJar()

getDependencies

public Set getDependencies()


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