Class CheckBundleExportsImports

  • All Implemented Interfaces:
    AnalyserTask

    public class CheckBundleExportsImports
    extends java.lang.Object
    implements AnalyserTask
    • Constructor Detail

      • CheckBundleExportsImports

        public CheckBundleExportsImports()
    • 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.
      • execute

        public void execute​(AnalyserTaskContext ctx)
                     throws java.io.IOException
        Description copied from interface: AnalyserTask
        Execute the task.
        Specified by:
        execute in interface AnalyserTask
        Parameters:
        ctx - the task context.
        Throws:
        java.io.IOException