org.eclipse.emf.cdo.client
Interface ResourceInfo

All Known Implementing Classes:
ResourceInfoImpl

public interface ResourceInfo

Stores information about a CDOResource without being coupled to the lifecycle of that CDOResource.

This interface is not expected to be implemeted by clients.

See Also:
CDOResource

Method Summary
 java.lang.String getPath()
          Returns the path of the implicitely associated CDOResource.
 int getRID()
          Returns the RID of the implicitely associated CDOResource.
 boolean isExisting()
          Returns true if the implicitely associated CDOResource exists in the CDO repository, false otherwise.
 void setExisting(boolean existing)
          For internal use only.
 void setPath(java.lang.String path)
          For internal use only.
 

Method Detail

isExisting

boolean isExisting()
Returns true if the implicitely associated CDOResource exists in the CDO repository, false otherwise.

Returns:
true if the implicitely associated CDOResource exists in the CDO repository, false otherwise.


setExisting

void setExisting(boolean existing)
For internal use only.


getPath

java.lang.String getPath()
Returns the path of the implicitely associated CDOResource.

Returns:
The path of the implicitely associated CDOResource.


setPath

void setPath(java.lang.String path)
For internal use only.


getRID

int getRID()
Returns the RID of the implicitely associated CDOResource.

Returns:
The RID of the implicitely associated CDOResource.


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.