uk.org.ogsadai.tools
Interface ServerEditor

All Known Implementing Classes:
ActivityEditor, DQPEditor, EditorBase, FilesEditor, GroupEditor, JDBCEditor, LoginEditor, RDFEditor, RemoteEditor, ResourceEditor, StringEditor, ViewsEditor, XMLDBEditor

public interface ServerEditor

Interface for server configuration editors.

Author:
The OGSA-DAI Project Team

Method Summary
 void initialize(java.io.File configDir)
          Initialize.
 

Method Detail

initialize

void initialize(java.io.File configDir)
                throws FileNotFoundException
Initialize.

Parameters:
configDir - Configuration directory.
Throws:
java.lang.IllegalArgumentException - If configDir is null.
FileNotFoundException - If configDir doesn't exist.