org.scijava.usage
Interface UsageService
- All Superinterfaces:
- Comparable<Prioritized>, Contextual, Disposable, HasPluginInfo, Prioritized, RichPlugin, SciJavaPlugin, SciJavaService, Service
- All Known Implementing Classes:
- DefaultUsageService
public interface UsageService
- extends SciJavaService
Interface for service that tracks anonymous usage statistics.
- Author:
- Curtis Rueden
getStats
Map<String,UsageStats> getStats()
- Gets the table of usage statistics.
clearStats
void clearStats()
- Clears the table of usage statistics.
getUsage
UsageStats getUsage(Object o)
- Gets the given object's usage statistics.
increment
void increment(Object o)
- Increments the given object's usage count.
Copyright © 2009–2014 SciJava. All rights reserved.