org.jpublish
Interface Configurable

All Known Subinterfaces:
Repository
All Known Implementing Classes:
FileSystemRepository, ExtendedFileSystemRepository

public interface Configurable

Classes which implement this interface can be configured from a JDOM Element.

Author:
Anthony Eden

Method Summary
 void loadConfiguration(org.jdom.Element element)
          Load the class configuration from the given JDOM Element.
 

Method Detail

loadConfiguration

public void loadConfiguration(org.jdom.Element element)
                       throws java.lang.Exception
Load the class configuration from the given JDOM Element.
Parameters:
element - The JDOM Element
Throws:
java.lang.Exception - Any exception


Copyright (C) 2001 Anthony Eden. All Rights Reserved.