org.apache.avalon.cornerstone.blocks.masterstore
Class ObjectRespositoryConfigBean

java.lang.Object
  extended byorg.apache.avalon.cornerstone.blocks.masterstore.ObjectRespositoryConfigBean
All Implemented Interfaces:
ObjectRespositoryConfig

public class ObjectRespositoryConfigBean
extends java.lang.Object
implements ObjectRespositoryConfig

Version:
$Revision: 1.8 $
Author:
Paul Hammant

Constructor Summary
ObjectRespositoryConfigBean()
           
 
Method Summary
 java.io.File getBaseDirectory()
           
 java.lang.String getURL()
           
 void setBaseDirectory(java.io.File baseDirectory)
           
 void setUrl(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectRespositoryConfigBean

public ObjectRespositoryConfigBean()
Method Detail

setUrl

public void setUrl(java.lang.String url)

getURL

public java.lang.String getURL()
Specified by:
getURL in interface ObjectRespositoryConfig

setBaseDirectory

public void setBaseDirectory(java.io.File baseDirectory)

getBaseDirectory

public java.io.File getBaseDirectory()
Specified by:
getBaseDirectory in interface ObjectRespositoryConfig


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.