org.springframework.osgi.samples.weather.extension.bundle
Interface Artifact


public interface Artifact

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 © 2006-2007 Spring Framework. All Rights Reserved.