info.magnolia.init.properties
Class ModulePropertiesSource

java.lang.Object
  extended by info.magnolia.init.properties.AbstractPropertySource
      extended by info.magnolia.init.properties.ModulePropertiesSource
All Implemented Interfaces:
PropertySource

public class ModulePropertiesSource
extends AbstractPropertySource

A PropertySource exposing properties from all known module descriptors.

Version:
$Revision: $ ($Author: $)
Author:
gjoseph
See Also:
ModuleRegistry

Constructor Summary
ModulePropertiesSource(ModuleRegistry moduleRegistry)
           
 
Method Summary
 String describe()
          Provides a description of this source, typically the location of the file that was used to load the properties this source holds.
 
Methods inherited from class info.magnolia.init.properties.AbstractPropertySource
getBooleanProperty, getKeys, getProperties, getProperty, hasProperty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModulePropertiesSource

public ModulePropertiesSource(ModuleRegistry moduleRegistry)
Method Detail

describe

public String describe()
Description copied from interface: PropertySource
Provides a description of this source, typically the location of the file that was used to load the properties this source holds. Useful for debugging / logging.

Specified by:
describe in interface PropertySource
Overrides:
describe in class AbstractPropertySource


Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.