railo.runtime.listener
Interface JavaSettings

All Known Implementing Classes:
JavaSettingsImpl

public interface JavaSettings


Method Summary
 Resource[] getResources()
          pathes to the directories that contain Java classes or JAR files.
 boolean loadCFMLClassPath()
          Indicates whether to load the classes from the default lib directory.
 boolean reloadOnChange()
          Indicates whether to reload the updated classes and JARs dynamically, without restarting ColdFusion.
 String[] watchedExtensions()
          Specifies the extensions of the files to monitor for changes.
 int watchInterval()
          Specifies the time interval in seconds after which to verify any change in the class files or JAR files.
 

Method Detail

getResources

Resource[] getResources()
pathes to the directories that contain Java classes or JAR files.

Returns:
resource pathes

loadCFMLClassPath

boolean loadCFMLClassPath()
Indicates whether to load the classes from the default lib directory. The default value is false

Returns:

reloadOnChange

boolean reloadOnChange()
Indicates whether to reload the updated classes and JARs dynamically, without restarting ColdFusion. The default value is false

Returns:

watchInterval

int watchInterval()
Specifies the time interval in seconds after which to verify any change in the class files or JAR files. The default value is 60seconds

Returns:

watchedExtensions

String[] watchedExtensions()
Specifies the extensions of the files to monitor for changes. By default, only .class and .jar files aremonitored.

Returns:


Copyright © 2012 Railo