org.apache.xbean.osgi
Class Dependency

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

public class Dependency
extends Object
implements Artifact

Since:
2.0
Author:
Dain Sundstrom

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

Constructor Detail

Dependency

public Dependency(String groupId,
                  String artifactId,
                  String version,
                  String type)
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


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