javax.jnlp
Class DownloadService2.ResourceSpec
java.lang.Object
javax.jnlp.DownloadService2.ResourceSpec
- Enclosing interface:
- DownloadService2
public static class DownloadService2.ResourceSpec
- extends java.lang.Object
Field Summary |
protected int |
type
|
static long |
UNKNOWN
|
protected java.lang.String |
url
|
protected java.lang.String |
version
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNKNOWN
public static final long UNKNOWN
- See Also:
- Constant Field Values
url
protected java.lang.String url
version
protected java.lang.String version
type
protected int type
DownloadService2.ResourceSpec
public DownloadService2.ResourceSpec(java.lang.String url,
java.lang.String version,
int type)
getExpirationDate
public long getExpirationDate()
getLastModified
public long getLastModified()
getSize
public long getSize()
getType
public int getType()
getUrl
public java.lang.String getUrl()
getVersion
public java.lang.String getVersion()
Submit a bug or feature