org.ow2.jonas.addon.deploy.api.config
Interface IAddonConfig


public interface IAddonConfig

Allow to retrieve configuration files of an Addon

Author:
Jeremy Cazaux

Method Summary
 File getConfigurationDirectory()
           
 File getConfigurationFile(String fileName)
           
 

Method Detail

getConfigurationFile

File getConfigurationFile(String fileName)
Parameters:
fileName - The name of the resource to retrieve
Returns:
the inputstream of the resource to retrieve

getConfigurationDirectory

File getConfigurationDirectory()


Copyright © 2012 OW2 Consortium. All Rights Reserved.