org.apache.felix.webconsole.internal.obr
Class RefreshRepoAction

java.lang.Object
  extended by org.apache.felix.webconsole.internal.BaseManagementPlugin
      extended by org.apache.felix.webconsole.internal.obr.AbstractObrPlugin
          extended by org.apache.felix.webconsole.internal.obr.RefreshRepoAction
All Implemented Interfaces:
Action

public abstract class RefreshRepoAction
extends AbstractObrPlugin
implements Action


Field Summary
static java.lang.String NAME
           
static java.lang.String PARAM_REPO
           
 
Fields inherited from interface org.apache.felix.webconsole.Action
ATTR_REDIRECT_PARAMETERS, SERVICE
 
Constructor Summary
RefreshRepoAction()
           
 
Method Summary
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 
Methods inherited from class org.apache.felix.webconsole.internal.obr.AbstractObrPlugin
setBundleContext
 
Methods inherited from class org.apache.felix.webconsole.internal.BaseManagementPlugin
getBundleContext, getLog, getPackageAdmin, getStartLevel, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.felix.webconsole.Action
performAction
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

PARAM_REPO

public static final java.lang.String PARAM_REPO
See Also:
Constant Field Values
Constructor Detail

RefreshRepoAction

public RefreshRepoAction()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Action

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface Action