|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.karaf.shell.dev.framework.Framework
org.apache.karaf.shell.dev.framework.Equinox
public class Equinox
Represents Eclipse's Equinox as the underlying OSGi framework
| Field Summary | |
|---|---|
static java.lang.String |
NAME
|
| Constructor Summary | |
|---|---|
Equinox(java.io.File base)
Create a new instance |
|
| Method Summary | |
|---|---|
void |
disableDebug(java.io.File directory)
Disable the OSGI framework's debug logging |
void |
enableDebug(java.io.File directory)
Enable the OSGi framework's debug logging |
java.lang.String |
getName()
Get the underlying OSGi framework name |
| Methods inherited from class org.apache.karaf.shell.dev.framework.Framework |
|---|
getConfig, readPropertyFile, removeConfigProperty, saveConfigProperties, setConfigProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAME
| Constructor Detail |
|---|
public Equinox(java.io.File base)
base - | Method Detail |
|---|
public java.lang.String getName()
Framework
getName in class Framework
public void enableDebug(java.io.File directory)
throws java.io.IOException
Framework
enableDebug in class Frameworkdirectory - the directory containing the Karaf installation
java.io.IOException - when a problem occurs configuring debug settings
public void disableDebug(java.io.File directory)
throws java.io.IOException
Framework
disableDebug in class Frameworkdirectory - the Karaf base installation directory
java.io.IOException - when a problem occurs removing debug configuration settings
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||