org.apache.portals.graffito.model.server
Interface FileSystemServer

All Superinterfaces:
Server

public interface FileSystemServer
extends Server

File System Server

Version:
$Id: $
Author:
David Sean Taylor

Method Summary
 java.lang.String getRoot()
          Returns the root path of the file system in the format of the file system's native operating system.
 void setRoot(java.lang.String root)
          Sets the root path of the file system in the format of the file system's native operating system.
 
Methods inherited from interface org.apache.portals.graffito.model.server.Server
getAlias, getDescription, getScope, getStoreClassName, getTitle, setAlias, setDescription, setScope, setStoreClassName, setTitle
 

Method Detail

getRoot

java.lang.String getRoot()
Returns the root path of the file system in the format of the file system's native operating system. Examples: /home/david/share/, c:/stage/website1/

Returns:
the root path of the file system.

setRoot

void setRoot(java.lang.String root)
Sets the root path of the file system in the format of the file system's native operating system. Examples: /home/david/share/, c:/stage/website1/

Parameters:
root - the root path of the file system.


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.