org.gcube.portlets.admin.software_upload_wizard.server.softwaremanagers.maven.is
Interface IMavenRepositoryIS

All Known Implementing Classes:
MavenRepositoryInlineIS, MavenRepositoryISClient

public interface IMavenRepositoryIS


Field Summary
static String EXTERNALS_REPO_ID
           
static String RELEASES_REPO_ID
           
static String SNAPSHOTS_REPO_ID
           
 
Method Summary
 IMavenRepositoryInfo getMavenRepository(String id)
           
 IMavenRepositoryInfo getNexusRepository(String id)
           
 

Field Detail

EXTERNALS_REPO_ID

static final String EXTERNALS_REPO_ID
See Also:
Constant Field Values

RELEASES_REPO_ID

static final String RELEASES_REPO_ID
See Also:
Constant Field Values

SNAPSHOTS_REPO_ID

static final String SNAPSHOTS_REPO_ID
See Also:
Constant Field Values
Method Detail

getMavenRepository

IMavenRepositoryInfo getMavenRepository(String id)
                                        throws Exception
Throws:
Exception

getNexusRepository

IMavenRepositoryInfo getNexusRepository(String id)
                                        throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.