Skip navigation links
A B C D E F G H I J L M N O P R S T V W 

A

AbstractDeployer - Class in org.ow2.chameleon.core.services
A default implementation of the deployer.
AbstractDeployer() - Constructor for class org.ow2.chameleon.core.services.AbstractDeployer
 
accept(File) - Method in class org.ow2.chameleon.core.activators.BundleDeployer
Does the current deployer accept the given file.
accept(File) - Method in interface org.ow2.chameleon.core.services.Deployer
Does the current deployer accept the given file.
accept(File) - Method in class org.ow2.chameleon.core.services.DirectoryBasedDeployer
Does the current deployer accept the given file.
accept(File) - Method in class org.ow2.chameleon.core.services.ExtensionBasedDeployer
Does the current deployer accept the given file.
acquireReadLockIfNotHeld() - Method in class org.ow2.chameleon.core.activators.DirectoryMonitor
Acquires the read lock only and only if no read lock is already held by the current thread.
acquireWriteLockIfNotHeld() - Method in class org.ow2.chameleon.core.activators.DirectoryMonitor
Acquires the write lock only and only if the write lock is not already held by the current thread.
add(File, boolean) - Method in class org.ow2.chameleon.core.activators.DirectoryMonitor
Adds a directory to the watcher.
add(File, long) - Method in class org.ow2.chameleon.core.activators.DirectoryMonitor
Adds a directory to the watcher.
add(File, boolean) - Method in interface org.ow2.chameleon.core.services.Watcher
Adds a directory to the watcher.
add(File, long) - Method in interface org.ow2.chameleon.core.services.Watcher
Adds a directory to the watcher.
addActivators(List<BundleActivator>) - Method in class org.ow2.chameleon.core.utils.FrameworkManager
Adds activators to the framework.
addHook(Hook) - Method in class org.ow2.chameleon.core.hook.HookManager
 
addingService(ServiceReference<Deployer>) - Method in class org.ow2.chameleon.core.activators.DirectoryMonitor
addLogger(Logger) - Method in class org.ow2.chameleon.core.utils.jul.JulLogManager
Add a named logger.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.ow2.chameleon.core.utils.jul.JulLogManager
Not supported.

B

BundleDeployer - Class in org.ow2.chameleon.core.activators
Deployer installing and starting bundles.
BundleDeployer(boolean) - Constructor for class org.ow2.chameleon.core.activators.BundleDeployer
Creates a bundle deployer.
BundleHelper - Class in org.ow2.chameleon.core.utils
Utility function on bundles.

C

Chameleon - Class in org.ow2.chameleon.core
Chameleon main entry point.
Chameleon(File, boolean, Map<String, Object>) - Constructor for class org.ow2.chameleon.core.Chameleon
Creates a chameleon instance.
Chameleon(ChameleonConfiguration) - Constructor for class org.ow2.chameleon.core.Chameleon
Creates a chameleon instance.
Chameleon(boolean) - Constructor for class org.ow2.chameleon.core.Chameleon
Creates a Chameleon instance.
Chameleon(String, boolean) - Constructor for class org.ow2.chameleon.core.Chameleon
Creates a Chameleon instance.
Chameleon(boolean, Map<String, Object>) - Constructor for class org.ow2.chameleon.core.Chameleon
Creates a Chameleon instance.
CHAMELEON_APPLICATION_MONITORING_PROPERTY - Static variable in class org.ow2.chameleon.core.Constants
The property used to enable / disable the monitoring of the application directory.
CHAMELEON_APPLICATION_PROPERTY - Static variable in class org.ow2.chameleon.core.Constants
The property used to configure the application directory location.
CHAMELEON_BASEDIR - Static variable in class org.ow2.chameleon.core.Chameleon
A system property to set the chameleon location externally.
CHAMELEON_CORE_PROPERTY - Static variable in class org.ow2.chameleon.core.Constants
The property used to configure the core directory location.
CHAMELEON_LOGGER_CONFIGURATION - Static variable in class org.ow2.chameleon.core.Constants
The default location of the logger configuration.
CHAMELEON_LOGGER_NAME - Static variable in class org.ow2.chameleon.core.Constants
The chameleon logger name.
CHAMELEON_MONITORING_PERIOD_PROPERTY - Static variable in class org.ow2.chameleon.core.Constants
The property used to configure the periodic polling to detect changed in monitored directories.
CHAMELEON_PROPERTIES_FILE - Static variable in class org.ow2.chameleon.core.Constants
The default chameleon properties file.
CHAMELEON_RUNTIME_MONITORING_PROPERTY - Static variable in class org.ow2.chameleon.core.Constants
The property used to enable / disable the monitoring of the runtime directory.
CHAMELEON_RUNTIME_PROPERTY - Static variable in class org.ow2.chameleon.core.Constants
The property used to configure the runtime directory location.
ChameleonConfiguration - Class in org.ow2.chameleon.core
Manages the configuration of the OSGi framework and of the chameleon container and services.
ChameleonConfiguration(File) - Constructor for class org.ow2.chameleon.core.ChameleonConfiguration
Constructor for ChameleonConfiguration.
close() - Method in class org.ow2.chameleon.core.services.AbstractDeployer
Callback called when the deployer is closed.
close() - Method in interface org.ow2.chameleon.core.services.Deployer
Callback called when the deployer is closed.
config(String) - Method in class org.ow2.chameleon.core.utils.jul.JulWrapper
Logs a 'config' message.
ConfigDeployer - Class in org.ow2.chameleon.core.activators
Deployer pushing the content of 'cfg' files to the Configuration Admin.
ConfigDeployer() - Constructor for class org.ow2.chameleon.core.activators.ConfigDeployer
Creates a configuration (cfg) deployer.
configuration() - Method in class org.ow2.chameleon.core.utils.FrameworkManager
Gets the chameleon configuration.
configure(ChameleonConfiguration) - Static method in class org.ow2.chameleon.core.utils.LogbackUtil
Loads logback configuration and gets the root logger.
configured(ChameleonConfiguration) - Method in class org.ow2.chameleon.core.hook.DefaultHook
Callback called when the Chameleon instance is configured but not yet created.
configured(ChameleonConfiguration) - Method in interface org.ow2.chameleon.core.hook.Hook
Callback called when the Chameleon instance is configured but not yet created.
Constants - Class in org.ow2.chameleon.core
Constants.
context() - Method in class org.ow2.chameleon.core.Chameleon
Retrieves the bundle context of the underlying framework.
CoreActivator - Class in org.ow2.chameleon.core.activators
Core activator.
CoreActivator(File, boolean) - Constructor for class org.ow2.chameleon.core.activators.CoreActivator
Creates the core activator.
create(File, Map<String, String>) - Static method in class org.ow2.chameleon.core.utils.FrameworkUtil
Creates the framework instance and configures it using the given configuration.
createChameleon(String[]) - Static method in class org.ow2.chameleon.core.Main
Creates the Chameleon instance.The instance is not started.

D

DefaultHook - Class in org.ow2.chameleon.core.hook
A default implementation of Hook.
DefaultHook() - Constructor for class org.ow2.chameleon.core.hook.DefaultHook
 
Deployer - Interface in org.ow2.chameleon.core.services
An interface to extend deployer capability of Chameleon.
deployers - Variable in class org.ow2.chameleon.core.activators.DirectoryMonitor
List of deployers.
DirectoryBasedDeployer - Class in org.ow2.chameleon.core.services
A default implementation of the deployer accepting file from a specified directory.
DirectoryBasedDeployer(File) - Constructor for class org.ow2.chameleon.core.services.DirectoryBasedDeployer
Creates a new directory deployer.
DirectoryMonitor - Class in org.ow2.chameleon.core.activators
Monitors a directory.
DirectoryMonitor() - Constructor for class org.ow2.chameleon.core.activators.DirectoryMonitor
 

E

equals(Object) - Method in class org.ow2.chameleon.core.utils.Pckg
Checks whether two packages are equal.
ExtensionBasedDeployer - Class in org.ow2.chameleon.core.services
A default implementation of the deployer accepting file by extension.
ExtensionBasedDeployer(String[]) - Constructor for class org.ow2.chameleon.core.services.ExtensionBasedDeployer
Creates a new extension-based deployer.
ExtensionBasedDeployer(String) - Constructor for class org.ow2.chameleon.core.services.ExtensionBasedDeployer
Creates a new extension-based deployer.
ExtensionBasedDeployer(List<String>) - Constructor for class org.ow2.chameleon.core.services.ExtensionBasedDeployer
Creates a new extension-based deployer.

F

fine(String) - Method in class org.ow2.chameleon.core.utils.jul.JulWrapper
Logs a 'fine' message.
finer(String) - Method in class org.ow2.chameleon.core.utils.jul.JulWrapper
Logs a 'finer' message.
finest(String) - Method in class org.ow2.chameleon.core.utils.jul.JulWrapper
Logs a 'finest' message.
fireConfigured(ChameleonConfiguration) - Method in class org.ow2.chameleon.core.hook.HookManager
 
fireInitializing() - Method in class org.ow2.chameleon.core.hook.HookManager
 
fireShuttingDown() - Method in class org.ow2.chameleon.core.hook.HookManager
 
framework() - Method in class org.ow2.chameleon.core.Chameleon
Retrieves the underlying framework.
FRAMEWORK_FACTORY - Static variable in class org.ow2.chameleon.core.utils.FrameworkUtil
The path to the file specifying the framework factory class to use.
FrameworkClassLoader - Class in org.ow2.chameleon.core.utils
The classloader responsible to load the framework classes and providing access to the classes and resources from the Jar's located in the 'libs' directory.
FrameworkManager - Class in org.ow2.chameleon.core.utils
Framework keeper.
FrameworkManager(Chameleon, ChameleonConfiguration) - Constructor for class org.ow2.chameleon.core.utils.FrameworkManager
Creates the framework manager.
FrameworkUtil - Class in org.ow2.chameleon.core.utils
Utility function to launch the underlying OSGi Framework.

G

get(String, String) - Method in class org.ow2.chameleon.core.ChameleonConfiguration
Retrieves the value from the configuration.
get() - Method in class org.ow2.chameleon.core.utils.FrameworkManager
Gets the held framework instance.
getBaseDirectory() - Method in class org.ow2.chameleon.core.ChameleonConfiguration
Gets the base directory.
getBoolean(String, boolean) - Method in class org.ow2.chameleon.core.ChameleonConfiguration
Retrieves the value from the configuration.
getDirectory(String, boolean) - Method in class org.ow2.chameleon.core.ChameleonConfiguration
Retrieves a directory from the configuration.
getExtensions() - Method in class org.ow2.chameleon.core.services.ExtensionBasedDeployer
Gets the managed extensions.
getFile(String, boolean) - Method in class org.ow2.chameleon.core.ChameleonConfiguration
Retrieves a file from the configuration.
getFrameworkClassLoader(File) - Static method in class org.ow2.chameleon.core.utils.FrameworkClassLoader
Gets an instance of FrameworkClassLoader.
getFrameworkFactory(File) - Static method in class org.ow2.chameleon.core.utils.FrameworkUtil
Simple method to parse META-INF/services file for framework factory.
getInt(String, int) - Method in class org.ow2.chameleon.core.ChameleonConfiguration
Retrieves the value from the configuration.
getLevel() - Method in class org.ow2.chameleon.core.utils.jul.JulWrapper
Gets the current log level.
getLogger(String) - Method in class org.ow2.chameleon.core.utils.jul.JulLogManager
Method to find a named logger.
getLoggerNames() - Method in class org.ow2.chameleon.core.utils.jul.JulLogManager
Get an enumeration of known logger names.
getName() - Method in class org.ow2.chameleon.core.utils.jul.JulWrapper
Gets the logger name.
getProperty(String) - Method in class org.ow2.chameleon.core.utils.jul.JulLogManager
Return always null because we don't store properties.
getRelativeFile(String) - Method in class org.ow2.chameleon.core.ChameleonConfiguration
Gets a relative file from the the base directory.

H

hashCode() - Method in class org.ow2.chameleon.core.utils.Pckg
Computes the package's hash code.
hasToBeDefined(String) - Static method in class org.ow2.chameleon.core.utils.FrameworkClassLoader
Checks whether or not the given class name must be defined by the .FrameworkClassLoader or by the parent class loader.
Hook - Interface in org.ow2.chameleon.core.hook
Hook letting custom code to be executed at different time of the Chameleon lifecycle.
HookManager - Class in org.ow2.chameleon.core.hook
Manages the Chameleon hooks.
HookManager() - Constructor for class org.ow2.chameleon.core.hook.HookManager
 

I

info(String) - Method in class org.ow2.chameleon.core.utils.jul.JulWrapper
Logs an 'info' message.
initFrameworkConfiguration() - Method in class org.ow2.chameleon.core.ChameleonConfiguration
Initializes the framework configuration.
initialize(Map<String, Object>) - Method in class org.ow2.chameleon.core.ChameleonConfiguration
Initializes the configuration.
initializeLoggingSystem(ChameleonConfiguration) - Static method in class org.ow2.chameleon.core.Chameleon
Initialized the logging framework (backend).
initializing() - Method in class org.ow2.chameleon.core.hook.DefaultHook
Callback called when Chameleon just starts.
initializing() - Method in interface org.ow2.chameleon.core.hook.Hook
Callback called when Chameleon just starts.
installBundles() - Method in class org.ow2.chameleon.core.activators.CoreActivator
Installs and starts the core bundles.
INTERACTIVE_ARGUMENT - Static variable in class org.ow2.chameleon.core.Main
The argument enabling the shell prompt.
isBundle(File) - Static method in class org.ow2.chameleon.core.utils.BundleHelper
Checks whether the given file is a bundle or not.
isFragment(Bundle) - Static method in class org.ow2.chameleon.core.utils.BundleHelper
Checks if a bundle is a fragment.
isInteractiveModeEnabled() - Method in class org.ow2.chameleon.core.ChameleonConfiguration
Is the interactive mode enabled?
isLoggable(Level) - Method in class org.ow2.chameleon.core.utils.jul.JulWrapper
Checks whether or not the given level is currently 'loggable'.

J

jars(File) - Static method in class org.ow2.chameleon.core.utils.FrameworkClassLoader
Builds a array of URLs containing all the jar file from the given directory.
JarScanner - Class in org.ow2.chameleon.core.utils
Extracts the set of packages from a Jar file.
JarScanner() - Constructor for class org.ow2.chameleon.core.utils.JarScanner
 
JulLevels - Class in org.ow2.chameleon.core.utils.jul
Java Util Logging / SLF4J Mapping:
JulLogManager - Class in org.ow2.chameleon.core.utils.jul
A custom implementation of LogManager delegating to SLF4J / LogBack.
JulLogManager() - Constructor for class org.ow2.chameleon.core.utils.jul.JulLogManager
Creates the JulLogManager.
JulWrapper - Class in org.ow2.chameleon.core.utils.jul
A JUL Logger implementation delegating to a SLF4J Logger.
JulWrapper(String) - Constructor for class org.ow2.chameleon.core.utils.jul.JulWrapper
Creates JUL Wrapper for given name.

L

load() - Method in class org.ow2.chameleon.core.hook.HookManager
 
loadChameleonProperties() - Method in class org.ow2.chameleon.core.ChameleonConfiguration
Loads the chameleon properties file.
loadClass(String) - Method in class org.ow2.chameleon.core.utils.FrameworkClassLoader
Loads a class.
loadSystemProperties() - Method in class org.ow2.chameleon.core.ChameleonConfiguration
Loads system properties.
loadSystemPropertiesSpecifiedByTheUser(Map<String, Object>) - Method in class org.ow2.chameleon.core.ChameleonConfiguration
Loads the system properties specified by the user.
log(LogRecord) - Method in class org.ow2.chameleon.core.utils.jul.JulWrapper
Logs a message.
log(Level, String) - Method in class org.ow2.chameleon.core.utils.jul.JulWrapper
Logs a message.
log(Level, String, Object) - Method in class org.ow2.chameleon.core.utils.jul.JulWrapper
Logs a message.
log(Level, String, Object[]) - Method in class org.ow2.chameleon.core.utils.jul.JulWrapper
Logs a message.
log(Level, String, Throwable) - Method in class org.ow2.chameleon.core.utils.jul.JulWrapper
Logs a message.
LogActivator - Class in org.ow2.chameleon.core.activators
Starts the logging support.
LogActivator(Logger) - Constructor for class org.ow2.chameleon.core.activators.LogActivator
Creates a log activator.
LogbackUtil - Class in org.ow2.chameleon.core.utils
Gets the root logger configured from the default logger configuration file.
logged(LogEntry) - Method in class org.ow2.chameleon.core.activators.LogActivator
A message were logged in the log service.
logger - Variable in class org.ow2.chameleon.core.services.DirectoryBasedDeployer
A logger.

M

Main - Class in org.ow2.chameleon.core
Chameleon's core main Entry Point.
main(String[]) - Static method in class org.ow2.chameleon.core.Main
Main method.
MANIFEST - Static variable in class org.ow2.chameleon.core.utils.BundleHelper
The constant MANIFEST.MF path.
modifiedService(ServiceReference<Deployer>, Deployer) - Method in class org.ow2.chameleon.core.activators.DirectoryMonitor
MonitorThreadFactory - Class in org.ow2.chameleon.core.utils
The thread factory used to create the monitor thread.
MonitorThreadFactory(File) - Constructor for class org.ow2.chameleon.core.utils.MonitorThreadFactory
Creates a monitor thread factory.

N

name - Variable in class org.ow2.chameleon.core.utils.Pckg
The package's name.
newThread(Runnable) - Method in class org.ow2.chameleon.core.utils.MonitorThreadFactory

O

onFileChange(File) - Method in class org.ow2.chameleon.core.services.AbstractDeployer
Callback called when an accepted file is updated.
onFileChange(File) - Method in interface org.ow2.chameleon.core.services.Deployer
Callback called when an accepted file is updated.
onFileCreate(File) - Method in class org.ow2.chameleon.core.activators.BundleDeployer
Callback called when an accepted file is created.
onFileCreate(File) - Method in class org.ow2.chameleon.core.activators.ConfigDeployer
Callback called when an accepted file is created.
onFileCreate(File) - Method in class org.ow2.chameleon.core.services.AbstractDeployer
Callback called when an accepted file is created.
onFileCreate(File) - Method in interface org.ow2.chameleon.core.services.Deployer
Callback called when an accepted file is created.
onFileDelete(File) - Method in class org.ow2.chameleon.core.activators.BundleDeployer
Callback called when an accepted file is deleted.
onFileDelete(File) - Method in class org.ow2.chameleon.core.activators.ConfigDeployer
Callback called when an accepted file is deleted.
onFileDelete(File) - Method in class org.ow2.chameleon.core.services.AbstractDeployer
Callback called when an accepted file is deleted.
onFileDelete(File) - Method in interface org.ow2.chameleon.core.services.Deployer
Callback called when an accepted file is deleted.
open(Collection<File>) - Method in class org.ow2.chameleon.core.activators.BundleDeployer
Method called when the deployer is initialized.
open(Collection<File>) - Method in class org.ow2.chameleon.core.services.AbstractDeployer
Method called when the deployer is initialized.
open(Collection<File>) - Method in interface org.ow2.chameleon.core.services.Deployer
Method called when the deployer is initialized.
org.ow2.chameleon.core - package org.ow2.chameleon.core
 
org.ow2.chameleon.core.activators - package org.ow2.chameleon.core.activators
 
org.ow2.chameleon.core.hook - package org.ow2.chameleon.core.hook
 
org.ow2.chameleon.core.services - package org.ow2.chameleon.core.services
 
org.ow2.chameleon.core.utils - package org.ow2.chameleon.core.utils
 
org.ow2.chameleon.core.utils.jul - package org.ow2.chameleon.core.utils.jul
 
OSGI_STOP_TIMEOUT - Static variable in class org.ow2.chameleon.core.Constants
OSGi stop timeout.

P

parseUserProperties(String[]) - Static method in class org.ow2.chameleon.core.Main
Parses all -Dxxx properties (as well as -Dxxx=yyy).
Pckg - Class in org.ow2.chameleon.core.utils
Represents a Java package (actually an OSGi exported package).
Pckg(String, String) - Constructor for class org.ow2.chameleon.core.utils.Pckg
Creates a new package.
PREFIX - Static variable in class org.ow2.chameleon.core.utils.MonitorThreadFactory
The thread name prefix.

R

read(InputStream) - Static method in class org.ow2.chameleon.core.utils.FrameworkUtil
Reads the framework factory file.
readConfiguration() - Method in class org.ow2.chameleon.core.utils.jul.JulLogManager
Does nothing as the configuration is delegated to LogBack.
readConfiguration(InputStream) - Method in class org.ow2.chameleon.core.utils.jul.JulLogManager
Does nothing as the configuration is delegated to LogBack.
REFERENCE_URL_PREFIX - Static variable in class org.ow2.chameleon.core.activators.BundleDeployer
The URL prefix to enable 'reference'.
releaseReadLockIfHeld() - Method in class org.ow2.chameleon.core.activators.DirectoryMonitor
Releases the read lock only and only if the read lock is held by the current thread.
releaseWriteLockIfHeld() - Method in class org.ow2.chameleon.core.activators.DirectoryMonitor
Releases the write lock only and only if the write lock is held by the current thread.
removeAndStopIfNeeded(File) - Method in class org.ow2.chameleon.core.activators.DirectoryMonitor
If the directory was added, removes it.
removeAndStopIfNeeded(File) - Method in interface org.ow2.chameleon.core.services.Watcher
If the directory was added, removes it.
removedService(ServiceReference<Deployer>, Deployer) - Method in class org.ow2.chameleon.core.activators.DirectoryMonitor
removePropertyChangeListener(PropertyChangeListener) - Method in class org.ow2.chameleon.core.utils.jul.JulLogManager
Not supported.
reset() - Method in class org.ow2.chameleon.core.utils.jul.JulLogManager
Not Supported.

S

scan(JarFile, String) - Static method in class org.ow2.chameleon.core.utils.JarScanner
Builds the set of Pckg to export from the given jar file.
scan(File) - Static method in class org.ow2.chameleon.core.utils.JarScanner
Builds the set of Pckg to export from the given file (must be a jar file).
scanLibsDirectory() - Method in class org.ow2.chameleon.core.ChameleonConfiguration
Scans the jar file of the 'libs' directory to retrieve the packages to be exported.
serviceChanged(ServiceEvent) - Method in class org.ow2.chameleon.core.activators.ConfigDeployer
serviceChanged(ServiceEvent) - Method in class org.ow2.chameleon.core.activators.LogActivator
The Service Listener method.
setInteractiveModeEnabled(boolean) - Method in class org.ow2.chameleon.core.ChameleonConfiguration
enables/ disables the interactive mode.
setLevel(Level) - Method in class org.ow2.chameleon.core.utils.jul.JulWrapper
Sets level of the logger.
setLogServiceReference(ServiceReference) - Method in class org.ow2.chameleon.core.activators.LogActivator
Sets the log service reference.
severe(String) - Method in class org.ow2.chameleon.core.utils.jul.JulWrapper
Logs a 'severe' message.
shuttingDown() - Method in class org.ow2.chameleon.core.hook.DefaultHook
Callback called when the Chameleon instance is stopped just before leaving.
shuttingDown() - Method in interface org.ow2.chameleon.core.hook.Hook
Callback called when the Chameleon instance is stopped just before leaving.
start(BundleContext) - Method in class org.ow2.chameleon.core.activators.BundleDeployer
start(BundleContext) - Method in class org.ow2.chameleon.core.activators.ConfigDeployer
start(BundleContext) - Method in class org.ow2.chameleon.core.activators.CoreActivator
start(BundleContext) - Method in class org.ow2.chameleon.core.activators.DirectoryMonitor
start(BundleContext) - Method in class org.ow2.chameleon.core.activators.LogActivator
start() - Method in class org.ow2.chameleon.core.Chameleon
Initializes and Starts the Chameleon frameworks.
start() - Method in class org.ow2.chameleon.core.utils.FrameworkManager
Initializes and Starts the Chameleon frameworks.
stop(BundleContext) - Method in class org.ow2.chameleon.core.activators.BundleDeployer
stop(BundleContext) - Method in class org.ow2.chameleon.core.activators.ConfigDeployer
stop(BundleContext) - Method in class org.ow2.chameleon.core.activators.CoreActivator
stop(BundleContext) - Method in class org.ow2.chameleon.core.activators.DirectoryMonitor
stop(BundleContext) - Method in class org.ow2.chameleon.core.activators.LogActivator
Stops Log tracking.
stop() - Method in class org.ow2.chameleon.core.Chameleon
Stops the underlying framework.
stop() - Method in class org.ow2.chameleon.core.utils.FrameworkManager
Stops the underlying framework.
StringUtils - Class in org.ow2.chameleon.core.utils
String Utils methods.
substVars(String, String, Map<String, String>, Properties) - Static method in class org.ow2.chameleon.core.utils.StringUtils
This method performs property variable substitution on the specified value.
SYSTEM_PROPERTIES_FILE - Static variable in class org.ow2.chameleon.core.Constants
The default system properties file.

T

throwing(String, String, Throwable) - Method in class org.ow2.chameleon.core.utils.jul.JulWrapper
Logs a message about a thrown exception.
toExportClause() - Method in class org.ow2.chameleon.core.utils.Pckg
The export-package clause corresponding of the current package.
toJUL(Level) - Static method in class org.ow2.chameleon.core.utils.jul.JulLevels
Converts a SLF4J logging Level to a JDK logging Level.
toSlf4J(Level) - Static method in class org.ow2.chameleon.core.utils.jul.JulLevels
Converts a JDK logging Level to a Log4j logging Level.
toString() - Method in class org.ow2.chameleon.core.utils.Pckg
 

V

version(String) - Static method in class org.ow2.chameleon.core.utils.JarScanner
Guesses the version of the jar file based on naming rules.
version - Variable in class org.ow2.chameleon.core.utils.Pckg
The package's version.
version() - Method in class org.ow2.chameleon.core.utils.Pckg
Gets the OSGi's version of the package's version.

W

warning(String) - Method in class org.ow2.chameleon.core.utils.jul.JulWrapper
Logs a 'warning' message.
Watcher - Interface in org.ow2.chameleon.core.services
A service letting adding / removing directory watchers.
A B C D E F G H I J L M N O P R S T V W 
Skip navigation links

Copyright © 2009–2014 OW2 Chameleon. All rights reserved.