public class QuiltInstaller
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
QuiltInstaller(org.w3c.dom.Document installerManifest)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<java.lang.String> |
installers()
Get a list of available installer versions for Quilt.
|
protected java.net.URL |
latestInstallerUrl()
Get the
URL to the latest Quilt installer. |
protected java.lang.String |
latestInstallerVersion()
Get the latest Quilt installer version.
|
protected java.util.HashMap<java.lang.String,java.net.URL> |
meta()
Meta for the Quilt-Version-to-Installer-URL.
key: String Quilt version.value: URL Quilt installer URL. |
protected java.net.URL |
releaseInstallerUrl()
Get the
URL to the release Quilt installer. |
protected java.lang.String |
releaseInstallerVersion()
Get the release Quilt installer version.
|
protected QuiltInstaller |
update(org.w3c.dom.Document installerManifest)
Update this
QuiltInstaller with information from the given Document. |
protected QuiltInstaller(org.w3c.dom.Document installerManifest)
installerManifest - Document containing Quilt installer informationprotected QuiltInstaller update(org.w3c.dom.Document installerManifest)
QuiltInstaller with information from the given Document.installerManifest - Document containing new installer information.QuiltInstaller.protected java.util.List<java.lang.String> installers()
String-list of available Quilt installer versions.protected java.util.HashMap<java.lang.String,java.net.URL> meta()
String Quilt version.URL Quilt installer URL.HashMap with the Quilt-Version-to-Installer-URL.protected java.lang.String latestInstallerVersion()
String The latest Quilt installer version.protected java.lang.String releaseInstallerVersion()
String The release Quilt installer version.protected java.net.URL latestInstallerUrl()
URL to the latest Quilt installer.URL to the latest Quilt installer.protected java.net.URL releaseInstallerUrl()
URL to the release Quilt installer.URL to the release Quilt installer.