Class XBEXInfoService

  • All Implemented Interfaces:
    java.io.Serializable, org.exbin.xbup.core.catalog.base.service.XBCService<org.exbin.xbup.core.catalog.base.XBCXItemInfo>, org.exbin.xbup.core.catalog.base.service.XBCXInfoService

    @ParametersAreNonnullByDefault
    @Service
    public class XBEXInfoService
    extends XBEDefaultService<org.exbin.xbup.core.catalog.base.XBCXItemInfo>
    implements org.exbin.xbup.core.catalog.base.service.XBCXInfoService, java.io.Serializable
    Interface forXBEXItemInfoo items service.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.exbin.xbup.core.catalog.base.service.XBCDefaultItemService

        itemManager
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      XBEXItemInfo getNodeInfo​(org.exbin.xbup.core.catalog.base.XBCNode dir)  
      void init()  
      • Methods inherited from class org.exbin.xbup.core.catalog.base.service.XBCDefaultItemService

        createItem, getAllItems, getItem, getItemsCount, persistItem, removeItem
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.exbin.xbup.core.catalog.base.service.XBCService

        createItem, getAllItems, getItem, getItemsCount, persistItem, removeItem
    • Constructor Detail

      • XBEXInfoService

        public XBEXInfoService()
      • XBEXInfoService

        public XBEXInfoService​(XBECatalog catalog)
    • Method Detail

      • init

        @PostConstruct
        public void init()
      • getNodeInfo

        public XBEXItemInfo getNodeInfo​(org.exbin.xbup.core.catalog.base.XBCNode dir)
        Specified by:
        getNodeInfo in interface org.exbin.xbup.core.catalog.base.service.XBCXInfoService