| Package | Description |
|---|---|
| org.arquillian.spacelift.installation | |
| org.arquillian.spacelift.tool |
| Modifier and Type | Method and Description |
|---|---|
Collection<Class<? extends Tool<?,?>>> |
Installation.dependsOn() |
Collection<Class<? extends Tool<?,?>>> |
Installation.provides() |
| Modifier and Type | Method and Description |
|---|---|
<IN,OUT,TOOL extends Tool<IN,OUT>> |
ToolRegistry.find(Class<TOOL> toolType)
Finds tool by its type.
|
<IN,OUT,TOOL extends Tool<IN,OUT>> |
ToolRegistry.register(Class<TOOL> tool)
Registers tool into the registry
|
| Modifier and Type | Method and Description |
|---|---|
Tool<?,?> |
ToolRegistry.find(String alias)
Finds tool by its alias.
|
<IN,OUT> Tool<IN,OUT> |
ToolRegistry.find(String alias,
Class<IN> inType,
Class<OUT> outType)
Finds tool by its alias.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Collection<String>,Class<? extends Tool<?,?>>> |
ToolRegistry.allTools()
Returns all registered tools
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.