org.apache.karaf.shell.dev.framework
Class Equinox
java.lang.Object
org.apache.karaf.shell.dev.framework.Framework
org.apache.karaf.shell.dev.framework.Equinox
public class Equinox
- extends Framework
Represents Eclipse's Equinox as the underlying OSGi framework
|
Constructor Summary |
Equinox(File base)
Create a new instance |
|
Method Summary |
void |
disableDebug(File directory)
Disable the OSGI framework's debug logging |
void |
enableDebug(File directory)
Enable the OSGi framework's debug logging |
String |
getName()
Get the underlying OSGi framework name |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
Equinox
public Equinox(File base)
- Create a new instance
- Parameters:
base -
getName
public String getName()
- Description copied from class:
Framework
- Get the underlying OSGi framework name
- Specified by:
getName in class Framework
enableDebug
public void enableDebug(File directory)
throws IOException
- Description copied from class:
Framework
- Enable the OSGi framework's debug logging
- Specified by:
enableDebug in class Framework
- Parameters:
directory - the directory containing the Karaf installation
- Throws:
IOException - when a problem occurs configuring debug settings
disableDebug
public void disableDebug(File directory)
throws IOException
- Description copied from class:
Framework
- Disable the OSGI framework's debug logging
- Specified by:
disableDebug in class Framework
- Parameters:
directory - the Karaf base installation directory
- Throws:
IOException - when a problem occurs removing debug configuration settings
Copyright © 2007-2013 FuseSource, Corp.. All Rights Reserved.