Class FolderStatisticAdapterFactory

java.lang.Object
com.e1c.langtool.internal.stat.adapters.FolderStatisticAdapterFactory
All Implemented Interfaces:
org.eclipse.core.runtime.IAdapterFactory

public class FolderStatisticAdapterFactory extends Object implements org.eclipse.core.runtime.IAdapterFactory
A factory for creating group Statistics by the given IFolder of translating project.
  • Constructor Details

    • FolderStatisticAdapterFactory

      @Inject public FolderStatisticAdapterFactory(StatisticsService statisticService)
  • Method Details

    • getAdapter

      public <T> T getAdapter(Object adaptableObject, Class<T> adapterType)
      Specified by:
      getAdapter in interface org.eclipse.core.runtime.IAdapterFactory
    • getAdapterList

      public Class<?>[] getAdapterList()
      Specified by:
      getAdapterList in interface org.eclipse.core.runtime.IAdapterFactory