Uses of Class
org.apache.karaf.features.RepositoryEvent.EventType

Packages that use RepositoryEvent.EventType
org.apache.karaf.features   
 

Uses of RepositoryEvent.EventType in org.apache.karaf.features
 

Methods in org.apache.karaf.features that return RepositoryEvent.EventType
 RepositoryEvent.EventType RepositoryEvent.getType()
           
static RepositoryEvent.EventType RepositoryEvent.EventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RepositoryEvent.EventType[] RepositoryEvent.EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.karaf.features with parameters of type RepositoryEvent.EventType
RepositoryEvent(Repository repository, RepositoryEvent.EventType type, boolean replay)
           
 



Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.