Class CheckBundlesForResources

  • All Implemented Interfaces:
    AnalyserTask

    public class CheckBundlesForResources
    extends java.lang.Object
    implements AnalyserTask
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(AnalyserTaskContext ctx)
      Execute the task.
      java.lang.String getId()
      A unique (short) ID.
      java.lang.String getName()
      A human readable name to identify the task.
      • Methods inherited from class java.lang.Object

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

      • CheckBundlesForResources

        public CheckBundlesForResources()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: AnalyserTask
        A human readable name to identify the task.
        Specified by:
        getName in interface AnalyserTask
        Returns:
        the task name.
      • getId

        public java.lang.String getId()
        Description copied from interface: AnalyserTask
        A unique (short) ID.
        Specified by:
        getId in interface AnalyserTask
        Returns:
        the task ID.