no.sesat.search.site.config
Interface PropertiesLoader

All Superinterfaces:
ResourceLoader
All Known Implementing Classes:
AbstractResourceLoader, UrlResourceLoader

public interface PropertiesLoader
extends ResourceLoader

ResourceLoader to deal with properties resources.

Version:
$Id: PropertiesLoader.java 7225 2009-04-09 00:32:20Z ssmiweve $

Method Summary
 Properties getProperties()
          get the properties.
 void init(String resource, Properties properties)
          initialise this resource loader with the resource name/path and the resource it will go into.
 
Methods inherited from interface no.sesat.search.site.config.ResourceLoader
abut
 

Method Detail

init

void init(String resource,
          Properties properties)
initialise this resource loader with the resource name/path and the resource it will go into. existing properties will not be overwritten.

Parameters:
resource - the name/path of the resource.
properties - the properties that will be used to hold the individual properties.

getProperties

Properties getProperties()
get the properties.

Returns:
the properties.


Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.