Uses of Enum Class
org.alfresco.solr.tracker.Tracker.Type
Packages that use Tracker.Type
-
Uses of Tracker.Type in org.alfresco.solr.tracker
Fields in org.alfresco.solr.tracker declared as Tracker.TypeMethods in org.alfresco.solr.tracker that return Tracker.TypeModifier and TypeMethodDescriptionAbstractTracker.getType()Tracker.getType()static Tracker.TypeReturns the enum constant of this class with the specified name.static Tracker.Type[]Tracker.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.alfresco.solr.tracker with parameters of type Tracker.TypeModifierConstructorDescriptionprotectedAbstractTracker(Properties p, org.alfresco.solr.client.SOLRAPIClient client, String coreName, InformationServer informationServer, Tracker.Type type) protectedAbstractTracker(Tracker.Type type) Default constructor, strictly for testing.protectedActivatableTracker(Properties properties, org.alfresco.solr.client.SOLRAPIClient client, String coreName, InformationServer informationServer, Tracker.Type type) protected