org.smartfrog.services.filesystem
Interface UriIntf
- All Superinterfaces:
- java.rmi.Remote
- All Known Subinterfaces:
- FileIntf
- All Known Implementing Classes:
- DownloadImpl, FileImpl, FileUsingComponentImpl, FileUsingCompoundImpl, LibraryArtifactImpl, LibraryImpl, LoadPropertyFileImpl, LocalFilestoreImpl, MkdirImpl, SelfDeletingFileImpl, TempDirImpl, TempFileImpl, TextFileImpl, TouchFileImpl
public interface UriIntf
- extends java.rmi.Remote
This is an interface for anything that provides a URI
created Sep 30, 2004 3:42:23 PM
|
Field Summary |
static java.lang.String |
ATTR_URI
URI attribute "uri" |
|
Method Summary |
java.net.URI |
getURI()
get the URI of this file |
ATTR_URI
static final java.lang.String ATTR_URI
- URI attribute "uri"
- See Also:
- Constant Field Values
getURI
java.net.URI getURI()
throws java.rmi.RemoteException
- get the URI of this file
- Returns:
- URI
- Throws:
java.rmi.RemoteException - @throws RemoteException In case of network/rmi error
(C) Copyright 1998-2006 Hewlett-Packard Development Company, LP