org.apache.portals.graffito.model.server.impl
Class FileSystemServerImpl

java.lang.Object
  extended by org.apache.portals.graffito.model.server.impl.ServerImpl
      extended by org.apache.portals.graffito.model.server.impl.FileSystemServerImpl
All Implemented Interfaces:
java.io.Serializable, org.apache.portals.graffito.model.server.FileSystemServer, org.apache.portals.graffito.model.server.Server

public class FileSystemServerImpl
extends ServerImpl
implements org.apache.portals.graffito.model.server.FileSystemServer

File System Server

Version:
$Id: $
Author:
David Sean Taylor
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.portals.graffito.model.server.impl.ServerImpl
alias, description, scope, serverId, storeClassName, title
 
Constructor Summary
FileSystemServerImpl()
           
 
Method Summary
 java.lang.String getRoot()
           
 void setRoot(java.lang.String root)
           
 
Methods inherited from class org.apache.portals.graffito.model.server.impl.ServerImpl
equals, getAlias, getDescription, getScope, getServerId, getStoreClassName, getTitle, setAlias, setDescription, setScope, setServerId, setStoreClassName, setTitle, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.portals.graffito.model.server.Server
getAlias, getDescription, getScope, getStoreClassName, getTitle, setAlias, setDescription, setScope, setStoreClassName, setTitle
 

Constructor Detail

FileSystemServerImpl

public FileSystemServerImpl()
Method Detail

getRoot

public java.lang.String getRoot()
Specified by:
getRoot in interface org.apache.portals.graffito.model.server.FileSystemServer
Returns:
Returns the root.

setRoot

public void setRoot(java.lang.String root)
Specified by:
setRoot in interface org.apache.portals.graffito.model.server.FileSystemServer
Parameters:
root - The root to set.


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