public final class Classes extends Object
public static boolean isSubTypeOf(String className, String superTypeName, com.google.common.base.Function<String,URL> resourceProvider, Map<String,Boolean> cache) throws IOException
className
- name of the class to checksuperTypeName
- name of the super typeresourceProvider
- a Function
to provide URL
of a class from the class namecache
- a cache for memorizing previous decision for classes of the same super typeIOException
- if failed to read class informationCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.