Package org.apache.maven.buildcache
Class CacheLifecycleParticipant
- java.lang.Object
-
- org.apache.maven.AbstractMavenLifecycleParticipant
-
- org.apache.maven.buildcache.CacheLifecycleParticipant
-
@Named public class CacheLifecycleParticipant extends org.apache.maven.AbstractMavenLifecycleParticipant
-
-
Constructor Summary
Constructors Constructor Description CacheLifecycleParticipant(CacheConfig cacheConfig, CacheController cacheController)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterSessionEnd(org.apache.maven.execution.MavenSession session)
-
-
-
Constructor Detail
-
CacheLifecycleParticipant
@Inject public CacheLifecycleParticipant(CacheConfig cacheConfig, CacheController cacheController)
-
-