org.apache.xbean.osgi
Class Project
java.lang.Object
org.apache.xbean.osgi.Project
- All Implemented Interfaces:
- Artifact
public class Project
- extends Object
- implements Artifact
- Since:
- 2.0
- Author:
- Dain Sundstrom
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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-2008 Apache Software Foundation. All Rights Reserved.