org.knopflerfish.service.repositorymanager
public static class RepositoryManager.InstallationResult extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.Set<Resource> |
resources
A set of resources that provide a resolution for the requested
operation.
|
java.util.List<java.lang.String> |
userFeedback
A list of messages suitable for user feedback.
|
| Constructor and Description |
|---|
RepositoryManager.InstallationResult() |
public final java.util.Set<Resource> resources
public final java.util.List<java.lang.String> userFeedback