Uses of Class
org.apache.maven.continuum.installation.InstallationException

Packages that use InstallationException
org.apache.continuum.installation   
org.apache.maven.continuum.installation   
 

Uses of InstallationException in org.apache.continuum.installation
 

Methods in org.apache.continuum.installation that throw InstallationException
 Installation DefaultInstallationService.add(Installation installation)
           
 Installation DefaultInstallationService.add(Installation installation, boolean automaticProfile)
           
 void DefaultInstallationService.delete(Installation installation)
           
 List<Installation> DefaultInstallationService.getAllInstallations()
           
 List<String> DefaultInstallationService.getDefaultJdkInformations()
          TODO replace with calling getExecutorConfiguratorVersion
 List<String> DefaultInstallationService.getExecutorConfiguratorVersion(String path, ExecutorConfigurator executorConfigurator, Profile profile)
           
 Installation DefaultInstallationService.getInstallation(int installationId)
           
 Installation DefaultInstallationService.getInstallation(String installationName)
           
 List<String> DefaultInstallationService.getJdkInformations(Installation installation)
          TODO replace with calling getExecutorConfiguratorVersion
 void DefaultInstallationService.update(Installation installation)
           
 

Uses of InstallationException in org.apache.maven.continuum.installation
 

Methods in org.apache.maven.continuum.installation that throw InstallationException
 Installation InstallationService.add(Installation installation)
           
 Installation InstallationService.add(Installation installation, boolean automaticProfile)
           
 void InstallationService.delete(Installation installation)
           
 List<Installation> InstallationService.getAllInstallations()
           
 List<String> InstallationService.getDefaultJdkInformations()
           
 List<String> InstallationService.getExecutorConfiguratorVersion(String path, ExecutorConfigurator executorConfigurator, Profile profile)
           
 Installation InstallationService.getInstallation(int installationId)
           
 Installation InstallationService.getInstallation(String installationName)
           
 List<String> InstallationService.getJdkInformations(Installation installation)
           
 void InstallationService.update(Installation installation)
           
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.