See: Description
| Interface | Description |
|---|---|
| TypeDetails.GenericType |
| Class | Description |
|---|---|
| Archive |
A downloadable version of a
RepoPackage, corresponding to a specific version number, and
optionally host OS, host bitness, JVM version or JVM bitness. |
| Archive.ArchiveFile |
General parent for the actual files referenced in an archive.
|
| Archive.CompleteType |
Parent for xjc-generated classes containing a complete zip of this archive.
|
| Archive.PatchesType |
A list of
Archive.PatchTypes. |
| Archive.PatchType |
A binary diff from a previous package version to this one.
|
| CommonFactory |
Factory for creating the objects used by the repository framework.
|
| GenericFactory |
Factory for creating types used by the generic schema.
|
| LocalPackageImpl |
Implementation of
LocalPackage that can be saved and loaded using JAXB. |
| RemotePackageImpl |
An implementation of
RemotePackage that can be created as part of a Repository
by JAXB. |
| RemotePackageImpl.ChannelRef | |
| RepoPackageImpl |
A local or remote
RepoPackage. |
| RepoPackageImpl.Archives |
List of
Archives. |
| RepoPackageImpl.Dependencies |
List of
Dependencys. |
| RepoPackageImpl.UsesLicense |
Reference to a
License. |
| RepositoryPackages |
Store of currently-known local and remote packages, in convenient forms.
|
| RevisionType |
Superclass for xjc-generated revision class.
|
| SchemaModuleUtil |
Utilities for working with
SchemaModules, including marshalling and unmarshalling with
JAXB. |
| TrimStringAdapter |
An
XmlAdapter that removes leading and trailing whitespace, and converts internal strings
of whitespace to a single space. |
| TypeDetails |
Abstract superclass for xjc-created JAXB-usable types.
|