Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2565 - development/main/transit/core/handler/src/main/net/dpml/transit/configuration

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2565 - development/main/transit/core/handler/src/main/net/dpml/transit/configuration
  • Date: Sun, 15 May 2005 21:29:08 +0000

Author: mcconnell AT dpml.net
Date: Sun May 15 21:29:07 2005
New Revision: 2565

Modified:

development/main/transit/core/handler/src/main/net/dpml/transit/configuration/TransitDirector.java

development/main/transit/core/handler/src/main/net/dpml/transit/configuration/TransitListener.java
Log:
add option for declaration of a custom repository plugin uri

Modified:
development/main/transit/core/handler/src/main/net/dpml/transit/configuration/TransitDirector.java
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/configuration/TransitDirector.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/configuration/TransitDirector.java
Sun May 15 21:29:07 2005
@@ -53,6 +53,12 @@
URI getContentPluginURI();

/**
+ * Return the uri of the plugin to be used for the repository
implementation.
+ * @return the repository implementation plugin uri
+ */
+ URI getRepositoryPluginURI();
+
+ /**
* Add a listener to the director. The listener will be
* notified of changes to the cache handler plugin uri and
* content handler uri.

Modified:
development/main/transit/core/handler/src/main/net/dpml/transit/configuration/TransitListener.java
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/configuration/TransitListener.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/configuration/TransitListener.java
Sun May 15 21:29:07 2005
@@ -39,4 +39,10 @@
*/
void contentPluginChanged( PluginChangeEvent event );

+ /**
+ * Notification of the change to the repository handler plugin.
+ * @param event a plugin change event
+ */
+ void repositoryPluginChanged( PluginChangeEvent event );
+
}



  • svn commit: r2565 - development/main/transit/core/handler/src/main/net/dpml/transit/configuration, mcconnell, 05/15/2005

Archive powered by MHonArc 2.6.24.

Top of Page