Package org.apache.maven.project
Class DefaultProjectRealmCache.CacheKey
- java.lang.Object
-
- org.apache.maven.project.DefaultProjectRealmCache.CacheKey
-
- All Implemented Interfaces:
ProjectRealmCache.Key
- Enclosing class:
- DefaultProjectRealmCache
protected static class DefaultProjectRealmCache.CacheKey extends java.lang.Object implements ProjectRealmCache.Key
CacheKey
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<? extends org.codehaus.plexus.classworlds.realm.ClassRealm>extensionRealmsprivate inthashCode
-
Constructor Summary
Constructors Constructor Description CacheKey(java.util.List<? extends org.codehaus.plexus.classworlds.realm.ClassRealm> extensionRealms)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-