public static class RSRemoteCatalogResolver.StaticCatalogEntry extends java.lang.Object implements java.lang.Comparable<RSRemoteCatalogResolver.StaticCatalogEntry>
| Constructor and Description |
|---|
RSRemoteCatalogResolver.StaticCatalogEntry(java.lang.String id,
java.lang.String name,
java.net.URI uriStartString,
java.net.URI remoteZipFile,
java.lang.String path,
java.lang.String version,
java.lang.String _case,
java.lang.String requires,
java.lang.String format,
java.lang.String obsolete,
java.lang.String installOnUpdate,
java.lang.String hidden)
Instantiates a new static catalog entry.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RSRemoteCatalogResolver.StaticCatalogEntry o) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCase()
Gets the case.
|
RSRemoteCatalogResolver.CatalogFormat |
getFormat()
Gets the format.
|
java.lang.String |
getId()
Gets the id.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getPath()
Gets the path.
|
java.net.URI |
getRemoteZipFile()
Gets the remote zip file.
|
java.net.URI |
getUriStartString()
Gets the uri start string.
|
java.lang.Object |
getVersion()
Gets the version.
|
int |
hashCode() |
boolean |
isHidden()
Checks if is hidden.
|
boolean |
isInstallOnUpdate()
Checks if is install on update.
|
boolean |
isObsolete()
Checks if is obsolete.
|
boolean |
matches(java.net.URI u)
Matches.
|
public RSRemoteCatalogResolver.StaticCatalogEntry(java.lang.String id,
java.lang.String name,
java.net.URI uriStartString,
java.net.URI remoteZipFile,
java.lang.String path,
java.lang.String version,
java.lang.String _case,
java.lang.String requires,
java.lang.String format,
java.lang.String obsolete,
java.lang.String installOnUpdate,
java.lang.String hidden)
id - the idname - the nameuriStartString - the uri start stringremoteZipFile - the remote zip filepath - the pathversion - the version_case - the _caserequires - the requiresformat - the formatobsolete - the obsoleteinstallOnUpdate - if true, and the taxonomy is not installed installation will be forcedhidden - the hiddenpublic RSRemoteCatalogResolver.CatalogFormat getFormat()
public boolean isObsolete()
public boolean isHidden()
public java.lang.String getName()
public java.net.URI getRemoteZipFile()
public java.net.URI getUriStartString()
public java.lang.String getPath()
public java.lang.String getCase()
public java.lang.Object getVersion()
public boolean matches(java.net.URI u)
u - the upublic java.lang.String getId()
public int compareTo(RSRemoteCatalogResolver.StaticCatalogEntry o)
compareTo in interface java.lang.Comparable<RSRemoteCatalogResolver.StaticCatalogEntry>public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic boolean isInstallOnUpdate()