Home
last modified time | relevance | path

Searched refs:getContributionsTimestamp (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/spi/
H A DRegistryStrategy.java373 public long getContributionsTimestamp() { in getContributionsTimestamp() method in RegistryStrategy
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/
H A DRegistryStrategyOSGI.java287 public long getContributionsTimestamp() { in getContributionsTimestamp() method in RegistryStrategyOSGI
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/
H A DPDERegistryStrategy.java330 public long getContributionsTimestamp() { in getContributionsTimestamp() method in PDERegistryStrategy
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/
H A DExtensionRegistry.java704 long timestamp = strategy.getContributionsTimestamp(); in ExtensionRegistry()
819 timestamp = strategy.getContributionsTimestamp(); // use legacy approach in stop()