public class ClusterFeaturesEvent
extends org.apache.karaf.cellar.core.event.Event
| Constructor and Description |
|---|
ClusterFeaturesEvent(String name,
String version,
Boolean noClean,
Boolean noRefresh,
Boolean noStart,
org.apache.karaf.features.FeatureEvent.EventType type) |
ClusterFeaturesEvent(String name,
String version,
org.apache.karaf.features.FeatureEvent.EventType type) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.karaf.cellar.core.Node |
getLocal() |
String |
getName() |
Boolean |
getNoRefresh() |
Boolean |
getNoStart() |
org.apache.karaf.features.FeatureEvent.EventType |
getType() |
String |
getVersion() |
void |
setLocal(org.apache.karaf.cellar.core.Node local) |
public ClusterFeaturesEvent(String name, String version, org.apache.karaf.features.FeatureEvent.EventType type)
public String getName()
public String getVersion()
public Boolean getNoRefresh()
public Boolean getNoStart()
public org.apache.karaf.features.FeatureEvent.EventType getType()
public org.apache.karaf.cellar.core.Node getLocal()
public void setLocal(org.apache.karaf.cellar.core.Node local)
Copyright © 2016 The Apache Software Foundation. All rights reserved.