info.magnolia.init.properties
Class FileSystemPropertySource

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

public class FileSystemPropertySource
extends AbstractStreamBasedPropertySource

Simple PropertySource wrapping Properties loaded on the file system from a given path.

Version:
$Revision: $ ($Author: $)
Author:
gjoseph

Nested Class Summary
 
Nested classes/interfaces inherited from class info.magnolia.init.properties.AbstractStreamBasedPropertySource
AbstractStreamBasedPropertySource.ConstructingProperties
 
Constructor Summary
FileSystemPropertySource(File file)
           
FileSystemPropertySource(String path)
           
 
Method Summary
 
Methods inherited from class info.magnolia.init.properties.AbstractStreamBasedPropertySource
describe
 
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

FileSystemPropertySource

public FileSystemPropertySource(String path)
                         throws IOException
Throws:
IOException

FileSystemPropertySource

public FileSystemPropertySource(File file)
                         throws IOException
Throws:
IOException


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