D F G L O P R S

D

DynamicProperties - class org.jcomet.dynamic.DynamicProperties.
This object can monitor its source configuration file and reload when even it is modified.
DynamicProperties() - Constructor for class org.jcomet.dynamic.DynamicProperties
 

F

FileChangeListener - interface org.jcomet.core.FileChangeListener.
Notified when file it was registered to listen on what changed
FileMonitor - class org.jcomet.core.FileMonitor.
Monitors a file and notifys you when it has changed
FileMonitor(File, FileChangeListener, long) - Constructor for class org.jcomet.core.FileMonitor
Monitors a file and notifys you when it has changed
fileChanged(File) - Method in interface org.jcomet.core.FileChangeListener
Notified when file it was registered to listen on what changed
fileChanged(File) - Method in class org.jcomet.dynamic.DynamicProperties
Internal use - do not invoke
finalize() - Method in class org.jcomet.dynamic.DynamicProperties
Internal use - do not invoke
fireFileChangeEvent(FileChangeListener, File) - Method in class org.jcomet.core.FileMonitor
 

G

getPropertyChangedListener() - Method in class org.jcomet.dynamic.DynamicProperties
Returns the PropertyChangedListener of this object

L

load(File) - Method in class org.jcomet.dynamic.DynamicProperties
Creates a DynamicProperties that does not monitor its source file.
load(File, long) - Method in class org.jcomet.dynamic.DynamicProperties
Once loaded this object will monitor and reload every change to its source file.

O

org.jcomet.core - package org.jcomet.core
 
org.jcomet.dynamic - package org.jcomet.dynamic
 

P

PropertyChangedListener - interface org.jcomet.dynamic.PropertyChangedListener.
This listener is notified when a propery in the Dynamic property object it was registered to was changed
propertyChanged(String, String, String) - Method in interface org.jcomet.dynamic.PropertyChangedListener
Called when a propery in the Dynamic property object it was registered to was changed
put(Object, Object) - Method in class org.jcomet.dynamic.DynamicProperties
same as super but with a notification addon

R

Reloadable - interface org.jcomet.dynamic.Reloadable.
Objects implementing this interface need to be able to reload themselves when reload() is invoked
reload() - Method in class org.jcomet.dynamic.DynamicProperties
Forces this Object to reload all its source files and notify the listener of any change in them
reload() - Method in interface org.jcomet.dynamic.Reloadable
reloads this object

S

setPropertyChangedListener(PropertyChangedListener) - Method in class org.jcomet.dynamic.DynamicProperties
Sets the PropertyChangedListener of this object, application should use this method to register themselves as listeners
stop() - Method in class org.jcomet.core.FileMonitor
stops the monitoring

D F G L O P R S

Copyright spacebug Open source initiative (www.spacebug.com). Amir Shevat