/[Apache-SVN]/cocoon/whiteboard/block-deployer/src/api/org/apache/cocoon/blockdeployer/block/Block.java
ViewVC logotype

Diff of /cocoon/whiteboard/block-deployer/src/api/org/apache/cocoon/blockdeployer/block/Block.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- cocoon/whiteboard/block-deployer/src/api/org/apache/cocoon/blockdeployer/block/RemoteBlock.java	2005/03/25 14:29:38	159025
+++ cocoon/whiteboard/block-deployer/src/api/org/apache/cocoon/blockdeployer/block/Block.java	2005/04/04 12:56:46	160036
@@ -23,11 +23,11 @@ import org.apache.cocoon.blockdeployer.r
 
 
 /**
- * The RemoteBlock points to a block that can be reached by a locator. This
+ * The Block points to a block that can be reached by a locator. This
  * object gives access to this locator, to its meta information and has a method
  * to get the complete block as stream.
  */
-public interface RemoteBlock {
+public interface Block {
     
     /**
      * @return returns the Block uri
@@ -53,4 +53,10 @@ public interface RemoteBlock {
      */
     public BlockDescriptor getBlockDescriptor();
     
+    /**
+     * 
+     * @return meta information how a block is intalled (mount directory, properties)
+     */
+    public BlockDeploymentData getBlockDeploymentData();
+    
 }

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26