Class InstallerItemInfoImpl

    • Constructor Detail

      • InstallerItemInfoImpl

        public InstallerItemInfoImpl​(java.lang.Class<?> type)
    • Method Detail

      • getDisabledBy

        public java.util.Set<ItemId> getDisabledBy()
        Description copied from interface: DisableSupport
        Item may be disabled either from root application class or from GuiceyBundle. For application, Application class stored as context and for guicey bundle actual bundle instance id is stored.
        Specified by:
        getDisabledBy in interface DisableSupport
        Returns:
        contexts where item was disabled or empty collection
      • isFromScan

        public boolean isFromScan()
        Specified by:
        isFromScan in interface ScanSupport
        Returns:
        true if item found by classpath scan, false otherwise