|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.listener.JavaSettingsImpl
public class JavaSettingsImpl
Constructor Summary | |
---|---|
JavaSettingsImpl()
|
|
JavaSettingsImpl(Resource[] resources,
Boolean loadCFMLClassPath,
boolean reloadOnChange,
int watchInterval,
String[] watchedExtensions)
|
Method Summary | |
---|---|
static void |
_getResourcesTranslated(List<Resource> list,
Resource[] resources,
boolean deep)
|
Resource[] |
getResources()
pathes to the directories that contain Java classes or JAR files. |
Resource[] |
getResourcesTranslated()
|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaSettingsImpl()
public JavaSettingsImpl(Resource[] resources, Boolean loadCFMLClassPath, boolean reloadOnChange, int watchInterval, String[] watchedExtensions)
Method Detail |
---|
public Resource[] getResources()
JavaSettings
getResources
in interface JavaSettings
public Resource[] getResourcesTranslated()
public static void _getResourcesTranslated(List<Resource> list, Resource[] resources, boolean deep)
public boolean loadCFMLClassPath()
JavaSettings
loadCFMLClassPath
in interface JavaSettings
public boolean reloadOnChange()
JavaSettings
reloadOnChange
in interface JavaSettings
public int watchInterval()
JavaSettings
watchInterval
in interface JavaSettings
public String[] watchedExtensions()
JavaSettings
watchedExtensions
in interface JavaSettings
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |