Class ClassCache.ClassCacheLocator

    • Constructor Detail

      • ClassCacheLocator

        public ClassCacheLocator()
    • Method Detail

      • isLookupSupported

        public boolean isLookupSupported()
        Description copied from interface: IClassLocator
        Check if class lookup is supported. If this returns false, lookup methods return only place holder class information.
        Specified by:
        isLookupSupported in interface IClassLocator
        Returns:
        true if class lookup supported, false if only place holder information returned
      • getClassInfo

        public IClass getClassInfo​(String name)
        Description copied from interface: IClassLocator
        Get class information.
        Specified by:
        getClassInfo in interface IClassLocator
        Parameters:
        name - fully-qualified name of class to be found
        Returns:
        class information, or null if class not found
      • loadClass

        public Class loadClass​(String name)
        Description copied from interface: IClassLocator
        Load class.
        Specified by:
        loadClass in interface IClassLocator
        Parameters:
        name - fully-qualified class name
        Returns:
        loaded class, or null if not found