public class ClusterRepositoryEvent
extends org.apache.karaf.cellar.core.event.Event
| Constructor and Description |
|---|
ClusterRepositoryEvent(String id,
org.apache.karaf.features.RepositoryEvent.EventType type) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getInstall() |
org.apache.karaf.cellar.core.Node |
getLocal() |
Boolean |
getRefresh() |
org.apache.karaf.features.RepositoryEvent.EventType |
getType() |
Boolean |
getUninstall() |
void |
setInstall(Boolean install) |
void |
setLocal(org.apache.karaf.cellar.core.Node local) |
void |
setRefresh(Boolean refresh) |
void |
setUninstall(Boolean uninstall) |
String |
toString() |
public ClusterRepositoryEvent(String id, org.apache.karaf.features.RepositoryEvent.EventType type)
public org.apache.karaf.features.RepositoryEvent.EventType getType()
public Boolean getInstall()
public void setInstall(Boolean install)
public Boolean getUninstall()
public void setUninstall(Boolean uninstall)
public Boolean getRefresh()
public void setRefresh(Boolean refresh)
public org.apache.karaf.cellar.core.Node getLocal()
public void setLocal(org.apache.karaf.cellar.core.Node local)
Copyright © 2019 The Apache Software Foundation. All rights reserved.