Class ClasspathFence


  • public final class ClasspathFence
    extends java.lang.Object
    The Class ClasspathFence.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static com.google.common.base.Supplier<com.google.common.collect.ImmutableSet<java.lang.String>> BLOCKED  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ClasspathFence()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isInhibited​(java.lang.String classname)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • BLOCKED

        private static final com.google.common.base.Supplier<com.google.common.collect.ImmutableSet<java.lang.String>> BLOCKED
    • Constructor Detail

      • ClasspathFence

        private ClasspathFence()
    • Method Detail

      • isInhibited

        public static boolean isInhibited​(java.lang.String classname)