Class MCPath.FindCacheKey

java.lang.Object
de.monticore.io.paths.MCPath.FindCacheKey
Enclosing class:
MCPath

protected static class MCPath.FindCacheKey extends Object
Key for the find(Str,Str) cache With an equals and hashCode implementation
  • Field Details

    • qualifiedName

      protected final String qualifiedName
    • fileExtRegEx

      protected final String fileExtRegEx
  • Constructor Details

    • FindCacheKey

      public FindCacheKey(String qualifiedName, String fileExtRegEx)
  • Method Details