Uses of Class
org.apache.directory.studio.apacheds.model.Server

Packages that use Server
org.apache.directory.studio.apacheds   
org.apache.directory.studio.apacheds.actions   
org.apache.directory.studio.apacheds.dialogs   
org.apache.directory.studio.apacheds.jobs   
org.apache.directory.studio.apacheds.model   
 

Uses of Server in org.apache.directory.studio.apacheds
 

Methods in org.apache.directory.studio.apacheds with parameters of type Server
static java.lang.String[] ApacheDsPluginUtils.getApacheDsLibraries(Server server)
          Gets an array containing the names of the Apache DS libraries, according to the given server.
static org.eclipse.core.runtime.IPath ApacheDsPluginUtils.getApacheDsLibrariesFolder(Server server)
          Get the path to the Apache DS libraries folder.
static ServerConfiguration ApacheDsPluginUtils.getServerConfiguration(Server server)
          Gets the server configuration.
static void ApacheDsPluginUtils.verifyLibrariesFolder(Server server)
          Verifies that the libraries folder exists and contains the jar files needed to launch the server.
 

Uses of Server in org.apache.directory.studio.apacheds.actions
 

Fields in org.apache.directory.studio.apacheds.actions declared as Server
protected  Server RenameAction.editedServer
           
 

Methods in org.apache.directory.studio.apacheds.actions with parameters of type Server
protected  void RenameAction.saveChangesAndDispose(Server server)
          Save the changes and dispose of the text widget.
 

Uses of Server in org.apache.directory.studio.apacheds.dialogs
 

Fields in org.apache.directory.studio.apacheds.dialogs declared as Server
protected  Server DeleteServerDialog.server
           
 

Constructors in org.apache.directory.studio.apacheds.dialogs with parameters of type Server
DeleteServerDialog(org.eclipse.swt.widgets.Shell parentShell, Server server)
          Creates a new DeleteServerDialog.
 

Uses of Server in org.apache.directory.studio.apacheds.jobs
 

Constructors in org.apache.directory.studio.apacheds.jobs with parameters of type Server
LaunchServerJob(Server server, ServerConfiguration configuration)
          Creates a new instance of LaunchServerJob.
 

Uses of Server in org.apache.directory.studio.apacheds.model
 

Methods in org.apache.directory.studio.apacheds.model that return Server
 Server ServerEvent.getServer()
           
 Server ServersHandler.getServerById(java.lang.String id)
          Gets the server associated with the given id.
 

Methods in org.apache.directory.studio.apacheds.model that return types with arguments of type Server
 java.util.List<Server> ServersHandler.getServersList()
          Gets the servers list.
static java.util.List<Server> ServersHandlerIO.read(java.io.InputStream stream)
          Reads the given input stream.
 

Methods in org.apache.directory.studio.apacheds.model with parameters of type Server
 void ServersHandler.addServer(Server server)
          Adds a server.
 boolean ServersHandler.containsServer(Server server)
          Indicates if the server handler contains the given server.
 void ServersHandler.removeServer(Server server)
          Removes a server.
 void ServersHandlerListener.serverAdded(Server server)
          This method is called when a server is added.
 void ServersHandlerAdapter.serverAdded(Server server)
           
 void ServersHandlerListener.serverRemoved(Server server)
          This method is called when a server is removed.
 void ServersHandlerAdapter.serverRemoved(Server server)
           
 void ServersHandlerListener.serverUpdated(Server server)
          This method is called when a server is updated.
 void ServersHandlerAdapter.serverUpdated(Server server)
           
 void ServerEvent.setServer(Server server)
           
 

Method parameters in org.apache.directory.studio.apacheds.model with type arguments of type Server
static void ServersHandlerIO.write(java.util.List<Server> servers, java.io.OutputStream outputStream)
          Writes the list of servers to the given stream.
 

Constructors in org.apache.directory.studio.apacheds.model with parameters of type Server
ServerEvent(Server server, ServerEventEnum kind)
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.