Interface IProjectFilter


  • public interface IProjectFilter
    The project filter allows to filter out uninteresting woskspace projects for applications provision.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean filter​(org.eclipse.core.resources.IProject project)
      Returns true whether the project may contain applications, false if not.
    • Method Detail

      • filter

        boolean filter​(org.eclipse.core.resources.IProject project)
        Returns true whether the project may contain applications, false if not.
        Parameters:
        project - the project to test, cannot be null
        Returns:
        whether the project may contain applications