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>
extensionRealms
private int
hashCode
-
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 boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-