ro.sync.ecss.extensions.api.component.sync
Class ExpandedSyncInfo
java.lang.Object
ro.sync.ecss.extensions.api.component.sync.ExpandedSyncInfo
- All Implemented Interfaces:
- java.io.Serializable
@API(type=INTERNAL,
src=PRIVATE)
public class ExpandedSyncInfo
- extends java.lang.Object
- implements java.io.Serializable
Information about an already existing synchronized directory
- See Also:
- Serialized Form
Constructor Summary |
ExpandedSyncInfo(java.net.URL remoteZIPURL,
java.lang.String[] resourceNames,
long remoteTimestamp)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExpandedSyncInfo
public ExpandedSyncInfo(java.net.URL remoteZIPURL,
java.lang.String[] resourceNames,
long remoteTimestamp)
- Parameters:
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.
getResourceNames
public java.lang.String[] getResourceNames()
- Returns:
- Returns the resource names.
getRemoteZIPURL
public java.net.URL getRemoteZIPURL()
- Returns:
- Returns the remote ZIP URL.
getRemoteZIPTimestamp
public long getRemoteZIPTimestamp()
- Returns:
- Returns the remoteTimestamp.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
© Copyright Syncro Soft SRL 2002 - 2012.