public class OSGiApplicationInfo extends Object
| Constructor and Description |
|---|
OSGiApplicationInfo(org.glassfish.internal.data.ApplicationInfo appInfo,
boolean directoryDeployment,
org.osgi.framework.Bundle bundle,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.internal.data.ApplicationInfo |
getAppInfo() |
org.osgi.framework.Bundle |
getBundle() |
ClassLoader |
getClassLoader() |
org.osgi.framework.ServiceReference |
getDeployer() |
boolean |
isDirectoryDeployment() |
void |
setAppInfo(org.glassfish.internal.data.ApplicationInfo appInfo) |
void |
setBundle(org.osgi.framework.Bundle bundle) |
void |
setDeployer(org.osgi.framework.ServiceReference osgiDeployerRef) |
void |
setDirectoryDeployment(boolean directoryDeployment) |
public OSGiApplicationInfo(org.glassfish.internal.data.ApplicationInfo appInfo,
boolean directoryDeployment,
org.osgi.framework.Bundle bundle,
ClassLoader classLoader)
public org.glassfish.internal.data.ApplicationInfo getAppInfo()
public void setAppInfo(org.glassfish.internal.data.ApplicationInfo appInfo)
public boolean isDirectoryDeployment()
public void setDirectoryDeployment(boolean directoryDeployment)
public org.osgi.framework.Bundle getBundle()
public void setBundle(org.osgi.framework.Bundle bundle)
public org.osgi.framework.ServiceReference getDeployer()
public void setDeployer(org.osgi.framework.ServiceReference osgiDeployerRef)
public ClassLoader getClassLoader()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.