public class JavaSettingsImpl extends Object implements JavaSettings
Constructor and Description |
---|
JavaSettingsImpl() |
JavaSettingsImpl(Resource[] resources,
Boolean loadCFMLClassPath,
boolean reloadOnChange,
int watchInterval,
String[] watchedExtensions) |
Modifier and Type | Method and Description |
---|---|
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.
|
public JavaSettingsImpl()
public JavaSettingsImpl(Resource[] resources, Boolean loadCFMLClassPath, boolean reloadOnChange, int watchInterval, String[] watchedExtensions)
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
Copyright © 2015 Lucee