org.apache.xbean.osgi
Interface Artifact

All Known Implementing Classes:
Dependency, Project

public interface Artifact

Since:
2.0
Author:
Dain Sundstrom

Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 String getType()
           
 String getVersion()
           
 

Method Detail

getGroupId

String getGroupId()

getArtifactId

String getArtifactId()

getVersion

String getVersion()

getType

String getType()


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