Interface IComponentAccess

  • All Known Implementing Classes:
    ComponentAccess

    public interface IComponentAccess
    • Method Detail

      • getFilterName

        java.lang.String getFilterName()
        Gets the filter name for this component (usually the identifying path of the component)
        Returns:
        The filter name
      • isExcluded

        boolean isExcluded()
        Is this component excluded?
        Returns:
        true if excluded
      • getElement

        INamedElementAccess getElement()
        Returns the language specific component element
        Returns:
        Component element