@Singleton public class EclipsePluginRealmCache extends org.apache.maven.plugin.DefaultPluginRealmCache implements IManagedCache
Constructor and Description |
---|
EclipsePluginRealmCache() |
Modifier and Type | Method and Description |
---|---|
void |
flush() |
void |
register(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.PluginRealmCache.Key cacheKey,
org.apache.maven.plugin.PluginRealmCache.CacheRecord record) |
Set<File> |
removeProject(File pom,
ArtifactKey mavenProject,
boolean forceDependencyUpdate) |
public void register(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.PluginRealmCache.Key cacheKey, org.apache.maven.plugin.PluginRealmCache.CacheRecord record)
register
in interface org.apache.maven.plugin.PluginRealmCache
register
in class org.apache.maven.plugin.DefaultPluginRealmCache
public Set<File> removeProject(File pom, ArtifactKey mavenProject, boolean forceDependencyUpdate)
removeProject
in interface IManagedCache
public void flush()
flush
in interface org.apache.maven.plugin.PluginRealmCache
flush
in class org.apache.maven.plugin.DefaultPluginRealmCache
Copyright © 2005-2017 Eclipse Foundation. All Rights Reserved.