com.ibm.portal.resolver.webdav.commands
Interface WebdavCommand.Resource

Enclosing interface:
WebdavCommand

public static interface WebdavCommand.Resource

Identification of a resource


Method Summary
 java.lang.String getURI()
          The URI of the resource, either a relative URI (preferred) or the full URI.
 

Method Detail

getURI

java.lang.String getURI()
The URI of the resource, either a relative URI (preferred) or the full URI. Collection URIs must always end with a '/' character, non collections must not end with a '/' character. As a result, in order to reference the 'current' resource, use . if the resource is a collection and the name of the file if the resource is not a collection.

Returns:
the URI of the resource, not null