|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContributionException | |
|---|---|
| org.sca4j.host.contribution | |
| Uses of ContributionException in org.sca4j.host.contribution |
|---|
| Subclasses of ContributionException in org.sca4j.host.contribution | |
|---|---|
class |
ContributionNotFoundException
|
class |
ValidationException
Base class for exceptions indicating a contribution has failed validation. |
| Methods in org.sca4j.host.contribution that throw ContributionException | |
|---|---|
java.net.URI |
ContributionService.contribute(ContributionSource source)
Contribute an artifact to the SCA Domain. |
java.util.List<java.net.URI> |
ContributionService.contribute(java.util.List<ContributionSource> sources)
Contribute a collection of artifacts to a domain. |
java.util.List<Deployable> |
ContributionService.getDeployables(java.net.URI uri)
Returns a list of deployables in a contribution. |
void |
ContributionService.remove(java.net.URI uri)
Remove a contribution from the SCA domain. |
void |
ContributionService.update(ContributionSource source)
Updates a previously contributed artifact if its timestamp and checksum have changed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||