public class InstallerItemInfoImpl extends ClassItemInfoImpl implements InstallerItemInfo
| Constructor and Description |
|---|
InstallerItemInfoImpl(java.lang.Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ItemId> |
getDisabledBy()
Item may be disabled either from root application class or from
GuiceyBundle. |
boolean |
isEnabled()
Item is enabled if no one disable it (
DisableSupport.getDisabledBy() is empty). |
boolean |
isFromScan() |
countRegistrationAttempt, getId, getIgnoresByScope, getIgnoresByScope, getItemType, getRegisteredBy, getRegistrationAttempts, getRegistrationScope, getRegistrationScopeType, getType, isRegistered, isRegisteredDirectly, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getIgnoresByScope, getIgnoresByScope, getItemType, getRegisteredBy, getRegistrationAttempts, getRegistrationScope, getRegistrationScopeType, getType, isRegistered, isRegisteredDirectlypublic java.util.Set<ItemId> getDisabledBy()
DisableSupportGuiceyBundle. For application,
Application class stored as context and for guicey bundle actual bundle instance id
is stored.getDisabledBy in interface DisableSupportpublic boolean isEnabled()
DisableSupportDisableSupport.getDisabledBy() is empty).isEnabled in interface DisableSupportpublic boolean isFromScan()
isFromScan in interface ScanSupport