| Package | Description |
|---|---|
| org.basex.query.util.pkg |
| Modifier and Type | Method and Description |
|---|---|
Package |
PkgParser.parse(IO io)
Parses package descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Repo.add(Package pkg,
java.lang.String dir)
Adds a newly installed package to the namespace and package dictionaries.
|
void |
PkgValidator.check(Package pkg)
Checks package descriptor and if packages involved in dependencies are
already installed.
|
void |
Repo.remove(Package pkg)
Removes a package from the namespace and package dictionaries when it is
deleted.
|