|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used by SyncInfo
instances
to provide access to the base and remote resources that correspond to
a local resource.
SyncInfo
Method Summary | |
---|---|
byte[] |
asBytes()
Return an array of bytes that can be used to uniquely identify this resource variant when compared to other resource variants and could also potentially be used to recreate a resource variant handle. |
boolean |
equals(Object object)
Returns whether the remote resource is equal to the provided object. |
String |
getContentIdentifier()
Return a content identifier that is used to differentiate versions or revisions of the same resource. |
String |
getName()
Answers the name of the remote resource. |
IStorage |
getStorage(IProgressMonitor monitor)
Return an instance of IStorage or null if the remote resource
does not have contents (i.e. is a folder). |
boolean |
isContainer()
Answers if the remote resource may have children. |
Method Detail |
public String getName()
public boolean isContainer()
true
if the remote resource may have children and
false
otherwise.public IStorage getStorage(IProgressMonitor monitor) throws TeamException
null
if the remote resource
does not have contents (i.e. is a folder). Since the ISorage#getContents()
method does not accept an IProgressMonitor
, this method must ensure that the contents
access by the resulting IStorage
is cached locally (hence the IProgressMonitor
argument to this method). Implementations of this method should
ensure that the resulting IStorage
is accessing locally cached contents and is not
contacting the server.
The returned storage object may be an instance of (@link org.eclipse.core.resources.IEncodedStorage} in which case clients can determine the character encoding of the contents.
IStorage
that provides access to the contents of
the remote resource or null
if the remote resource is a container.
TeamException
public String getContentIdentifier()
public byte[] asBytes()
public boolean equals(Object object)
object
- the object to be compared
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.