| Interface | Description |
|---|---|
| Universe |
Represent the universe to use to compile a component.
|
| UserInteractionStrategy |
Define the way the application can interact with the user.
|
| XarSource |
| Class | Description |
|---|---|
| ClasspathStorage |
Storage using the classpath.
|
| ClasspathStorage.ClasspathResolver | |
| CompositeUniverse |
Create a universe by assembling several sub-universes.
|
| DescriptorExtension |
An extension that is based on a dedicated descriptor (e.g.
|
| Extension |
An extension to the packaging system.
|
| FileHelper |
Centralize some file-related utilities.
|
| FileSystemStorage |
Storage using the file system.
|
| Package |
Represent a particular package, with a particular version.
|
| PackageInfo |
More information to attach to a package, especially designed for extensions.
|
| Packages |
One abstract package, possible containing several versions.
|
| Repository |
Represent a standard EXPath package repository structure on the disk.
|
| Storage |
Abstract the physical storage of a repository.
|
| Storage.PackageResolver |
Resolve paths in a package installed in the repository.
|
| Version |
Version of this project.
|
| XarFileSource | |
| XarUriSource |
| Enum | Description |
|---|---|
| URISpace |
Enumerate the standard URI spaces.
|
| Exception | Description |
|---|---|
| PackageException |
General exception related to the Packaging System.
|
| Repository.AlreadyInstalledException |
Exception raised when trying to install a package already installed.
|
| Repository.HttpException |
Exception raised when receiving 404 when trying to read a package on the web.
|
| Repository.NotFoundException |
Exception raised when receiving 404 when trying to read a package on the web.
|
| Repository.OnlineException |
Exception raised when receiving an error when trying to read a package on the web.
|
| Storage.NotExistException |
If a resource or a component does not exist, when trying to resolve a path.
|
Copyright © 2015-2023 EXPath. All Rights Reserved