org.eclipse.emf.cdo.server
Interface IResourceManager

All Superinterfaces:
IRepositoryElement

public interface IResourceManager
extends IRepositoryElement


Method Summary
 CDOID getResourceID(java.lang.String path)
          Returns the CDOID of the resource with the given path.
 java.lang.String getResourcePath(CDOID id)
          Returns the path of the resource with the given CDOID.
 
Methods inherited from interface org.eclipse.emf.cdo.server.IRepositoryElement
getRepository
 

Method Detail

getResourceID

CDOID getResourceID(java.lang.String path)
Returns the CDOID of the resource with the given path.


getResourcePath

java.lang.String getResourcePath(CDOID id)
Returns the path of the resource with the given CDOID.


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.