uk.org.ogsadai.service.resource.factory
Interface ConfigDirectoryProvider

All Known Implementing Classes:
DemoFactoryDataResourceAccessor

public interface ConfigDirectoryProvider

Interface to implemented by data service resources that wish to allow their activities to access the data service resource configuration directory.

This is particularly useful for data service resource factory activities which can use this functionality to copy a directory of default files from the parent data service resource's directory to the directory for the child's files.

Author:
The OGSA-DAI Project Team

Method Summary
 java.io.File getConfigDirectory()
          Obtains the configuration files directory.
 

Method Detail

getConfigDirectory

public java.io.File getConfigDirectory()
Obtains the configuration files directory.

Returns:
the configuration files directory.