public interface ApplicationRepository
Modifier and Type | Method and Description |
---|---|
Set<URL> |
getApplicationBundleURLs(ApplicationVersion appVersion,
ProgressMonitor monitor)
Returns URLs of bundles we need to deploy to install specified application version.
|
List<ApplicationVersion> |
getAvailableApplications()
Returns list of available applications.
|
List<ApplicationVersion> getAvailableApplications()
Set<URL> getApplicationBundleURLs(ApplicationVersion appVersion, ProgressMonitor monitor)
appVersion
- application version to installmonitor
- an operation progress monitor (may be null)Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.