Oxygen XML Editor, Version 13.2

ro.sync.ecss.extensions.api.component.sync
Class ExpandedSyncInfo

java.lang.Object
  extended by 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)
           
 
Method Summary
 long getRemoteZIPTimestamp()
           
 java.net.URL getRemoteZIPURL()
           
 java.lang.String[] getResourceNames()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 resources
resourceNames - The names of the resources which where created on disk for this ZIP (into which the ZIP was expanded), relative to the user frameworks directory
remoteTimestamp - The timestamp of the remote URL from which these Expanded resources came.
Method Detail

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()

Oxygen XML Editor, Version 13.2

© Copyright Syncro Soft SRL 2002 - 2012.