|
Oxygen XML Editor, Version 13.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.ecss.extensions.api.component.sync.Resource2Synchronize
@API(type=INTERNAL, src=PRIVATE) public class Resource2Synchronize
Constructor Summary | |
---|---|
Resource2Synchronize(java.net.URL url2Synchronize,
java.io.InputStream optionalStream,
long timestamp)
Build the resource to synchronize. |
Method Summary | |
---|---|
void |
disconect()
Disconnect at the end. |
java.io.InputStream |
getInputStream()
Get the InputStream. |
static Resource2Synchronize[] |
getResources(java.net.URL[] urls)
Get the resources to be synchronized. |
long |
getTimestamp()
Get the timestamp. |
java.net.URL |
getURL()
Get the URL to synchronize. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Resource2Synchronize(java.net.URL url2Synchronize, java.io.InputStream optionalStream, long timestamp)
url2Synchronize
- The URL to synchronize.optionalStream
- The optional Stream.timestamp
- The time stamp.Method Detail |
---|
public java.net.URL getURL()
public java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
public long getTimestamp() throws java.io.IOException
java.io.IOException
public void disconect()
public static Resource2Synchronize[] getResources(java.net.URL[] urls)
urls
- The array of URLs.
|
Oxygen XML Editor, Version 13.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |