org.gcube.portlets.admin.software_upload_wizard.shared.rpc.maven
Interface IMavenRepositoryInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
MavenRepositoryInfo

public interface IMavenRepositoryInfo
extends Serializable

Interface that defines a Maven repository by its ID and URL

Author:
Luigi Fortunati

Method Summary
 String getId()
           
 String getUrl()
           
 

Method Detail

getUrl

String getUrl()
Returns:
the url of the maven repository

getId

String getId()
Returns:
the id of the maven repository


Copyright © 2013. All Rights Reserved.