Class RadianceThemingWidgetRepository.WidgetClassInfo

  • Enclosing class:
    RadianceThemingWidgetRepository

    private static class RadianceThemingWidgetRepository.WidgetClassInfo
    extends java.lang.Object
    Information on a single class.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String className
      Class name.
      boolean isExact
      Indicates whether the matching should be exact.
    • Constructor Summary

      Constructors 
      Constructor Description
      WidgetClassInfo​(java.lang.String className, boolean isExact)
      Creates a new info object.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • className

        public java.lang.String className
        Class name.
      • isExact

        public boolean isExact
        Indicates whether the matching should be exact.
    • Constructor Detail

      • WidgetClassInfo

        public WidgetClassInfo​(java.lang.String className,
                               boolean isExact)
        Creates a new info object.
        Parameters:
        className - Class name.
        isExact - Indicates whether the matching should be exact.