| Package | Description |
|---|---|
| org.jboss.gravia.provision | |
| org.jboss.gravia.provision.spi |
| Modifier and Type | Method and Description |
|---|---|
ProvisionResult |
Provisioner.findResources(org.jboss.gravia.resolver.Environment environment,
Set<org.jboss.gravia.resource.Requirement> reqs)
Perform a no-impact analysis of whether a set of requirements
can be sattisfied in the given environment with the current repository content.
|
ProvisionResult |
Provisioner.findResources(Set<org.jboss.gravia.resource.Requirement> reqs)
Perform a no-impact analysis of whether a set of requirements
can be sattisfied in the current environment with the current repository content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Provisioner.updateResourceWiring(org.jboss.gravia.resolver.Environment environment,
ProvisionResult result)
Update the resource wiring in the given environment
|
| Modifier and Type | Method and Description |
|---|---|
ProvisionResult |
AbstractProvisioner.findResources(org.jboss.gravia.resolver.Environment env,
Set<org.jboss.gravia.resource.Requirement> reqs) |
ProvisionResult |
AbstractProvisioner.findResources(Set<org.jboss.gravia.resource.Requirement> reqs) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProvisioner.updateResourceWiring(org.jboss.gravia.resolver.Environment environment,
ProvisionResult result) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.