Class DistributionEvent
- java.lang.Object
-
- org.apache.sling.distribution.event.DistributionEvent
-
public class DistributionEvent extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DistributionEventfromEvent(org.osgi.service.event.Event event)StringgetComponentKind()StringgetComponentName()String[]getDistDeepPaths()String[]getDistPaths()StringgetDistType()StringgetPackageId()org.osgi.service.event.EventtoEvent(String topic)
-
-
-
Method Detail
-
getPackageId
public String getPackageId()
-
getComponentName
public String getComponentName()
-
getComponentKind
public String getComponentKind()
-
getDistType
public String getDistType()
-
getDistPaths
public String[] getDistPaths()
-
getDistDeepPaths
public String[] getDistDeepPaths()
-
toEvent
public org.osgi.service.event.Event toEvent(String topic)
-
fromEvent
public static DistributionEvent fromEvent(org.osgi.service.event.Event event)
-
-