| Package | Description |
|---|---|
| org.expath.pkg.repo | |
| org.expath.pkg.repo.tui |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystemStorage.beforeInstall(boolean force,
UserInteractionStrategy interact) |
void |
ClasspathStorage.beforeInstall(boolean force,
UserInteractionStrategy interact) |
abstract void |
Storage.beforeInstall(boolean force,
UserInteractionStrategy interact)
The opportunity to do anything before the install of a package.
|
Package |
Repository.installPackage(java.net.URI pkg,
boolean force,
UserInteractionStrategy interact)
Install a XAR package into this repository, from a URI location.
|
Package |
Repository.installPackage(XarSource xarSource,
boolean force,
UserInteractionStrategy interact)
Install a XAR package into this repository.
|
boolean |
Repository.removePackage(java.lang.String pkg,
boolean force,
UserInteractionStrategy interact)
Remove a package from the repository, by name.
|
boolean |
Repository.removePackage(java.lang.String pkg,
java.lang.String version,
boolean force,
UserInteractionStrategy interact)
Remove a package from the repository, by name and version.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BatchUserInteraction
Interaction strategy for batch "interaction".
|
class |
TextUserInteraction
Interaction strategy for the Text User Interface.
|
Copyright © 2015-2020 EXPath. All Rights Reserved