public interface Installation
| Modifier and Type | Method and Description |
|---|---|
Collection<Class<? extends Tool<?,?>>> |
dependsOn() |
InstallationSource |
getSource() |
String |
id() |
List<InstallationStep> |
install() |
boolean |
isInstalled() |
Collection<Class<? extends Tool<?,?>>> |
provides() |
boolean |
supports(String operationSystem) |
String id()
boolean supports(String operationSystem)
operationSystem - boolean isInstalled()
Collection<Class<? extends Tool<?,?>>> provides()
Collection<Class<? extends Tool<?,?>>> dependsOn()
List<InstallationStep> install()
InstallationSource getSource()
Copyright © 2014 JBoss by Red Hat. All rights reserved.