public class DistributionEvent extends Object
| Constructor and Description |
|---|
DistributionEvent(String packageId,
String componentName,
String componentKind,
String distType,
String[] distPaths,
String[] distDeepPaths) |
| Modifier and Type | Method and Description |
|---|---|
static DistributionEvent |
fromEvent(org.osgi.service.event.Event event) |
String |
getComponentKind() |
String |
getComponentName() |
String[] |
getDistDeepPaths() |
String[] |
getDistPaths() |
String |
getDistType() |
String |
getPackageId() |
org.osgi.service.event.Event |
toEvent(String topic) |
public String getPackageId()
public String getComponentName()
public String getComponentKind()
public String getDistType()
public String[] getDistPaths()
public String[] getDistDeepPaths()
public org.osgi.service.event.Event toEvent(String topic)
public static DistributionEvent fromEvent(org.osgi.service.event.Event event)
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.