| Package | Description |
|---|---|
| org.expath.pkg.repo | |
| org.expath.pkg.repo.parser |
| Modifier and Type | Method and Description |
|---|---|
static Repository |
Repository.createRepository(java.nio.file.Path dir)
Create a repository.
|
static Repository |
Repository.makeDefaultRepo()
Shortcut for
makeDefaultRepo(null). |
static Repository |
Repository.makeDefaultRepo(java.lang.String dir)
Return a repository instantiated from default location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Extension.init(Repository repo,
java.util.Map<java.lang.String,Packages> packages)
Deprecated.
|
void |
DescriptorExtension.init(Repository repo,
Package pkg) |
abstract void |
Extension.init(Repository repo,
Package pkg)
Initialize a package for a specific extension.
|
abstract void |
Extension.install(Repository repo,
Package pkg)
Additional installation actions needed by a specific extension.
|
| Constructor and Description |
|---|
Package(Repository repo,
Storage.PackageResolver resolver,
java.lang.String name,
java.lang.String abbrev,
java.lang.String version,
java.lang.String title,
java.lang.String home) |
| Modifier and Type | Method and Description |
|---|---|
Package |
DescriptorParser.parse(javax.xml.transform.Source desc,
java.lang.String rsrc_name,
Storage storage,
Repository repo)
Parse a package descriptor and build the corresponding
Package object. |
Copyright © 2015-2023 EXPath. All Rights Reserved