Package org.pidome.server.system.packages
package org.pidome.server.system.packages
Packages.
Class identifying packages used within the PiDome Server. This package includes the class GenericVersion which has been shamelessly been copied from the aether project at: https://github.com/apache/maven-resolver/blob/master/maven-resolver-util/src/main/java/org/eclipse/aether/util/version/GenericVersion.java. This class is extremely useful in determining, ordering and identifying package versions. If only this was made public in the original package.
- Since:
- 1.0
-
Class SummaryClassDescriptionA generic version, that is a version that accepts any input string and tries to apply common sense sorting.Class responsible to load packages for the server.Class loader used to load packages with their dependencies.Special class loader for a single jar.Class intended to load a package without holding references to it.A server package.
-
Exception SummaryExceptionDescriptionException used when the package class loader fails to initialize.