Interface Repository

    • Method Detail

      • storeClass

        void storeClass​(JavaClass clazz)
        Stores the provided class under "clazz.getClassName()"
      • removeClass

        void removeClass​(JavaClass clazz)
        Removes class from repository
      • findClass

        JavaClass findClass​(String className)
        Finds the class with the name provided, if the class isn't there, return NULL.
      • clear

        void clear()
        Clears all entries from cache.
      • getClassPath

        ClassPath getClassPath()
        Gets the ClassPath associated with this Repository