Oracle

com.compoze.util
Class ResourcePropertiesReloader

java.lang.Object
  extended by com.compoze.util.ResourcePropertiesReloader

public class ResourcePropertiesReloader
extends java.lang.Object

This class monitors file based resources for changes and reloads them, if possible. This class cannot be instantiated directly. To use this utility, sub-class ResourceProperties and supply a method,newInstance, with no parameters. The method should somehow force a reload of the resource file.


Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 


Oracle

Copyright ©1999-2008 Oracle All rights reserved.