@API(type=INTERNAL,
src=PRIVATE)
public class ExpandedSyncInfo
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ExpandedSyncInfo(java.net.URL remoteZIPURL,
java.lang.String[] resourceNames,
long remoteTimestamp,
int contentLength) |
Modifier and Type | Method and Description |
---|---|
long |
getRemoteZIPContentLength()
Get the content length that was reported by the server for the ZIP file.
|
long |
getRemoteZIPTimestamp()
Get the timestamp that was reported by the server for the ZIP file.
|
java.net.URL |
getRemoteZIPURL() |
java.lang.String[] |
getResourceNames() |
java.lang.String |
toString() |
public ExpandedSyncInfo(java.net.URL remoteZIPURL, java.lang.String[] resourceNames, long remoteTimestamp, int contentLength)
remoteZIPURL
- The remote zip file which was expanded to create these resourcesresourceNames
- The names of the resources which where created on disk for this ZIP (into which the ZIP was expanded),
relative to the user frameworks directoryremoteTimestamp
- The timestamp of the remote URL from which these Expanded resources came.contentLength
- The content length of the remote URL from which this Expanded framework came.public java.lang.String[] getResourceNames()
public java.net.URL getRemoteZIPURL()
public long getRemoteZIPTimestamp()
public long getRemoteZIPContentLength()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
© Copyright Syncro Soft SRL 2002 - 2014. All rights reserved.