Interface IComponentAccess
-
- All Known Implementing Classes:
ComponentAccess
public interface IComponentAccess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description INamedElementAccessgetElement()Returns the language specific component elementjava.lang.StringgetFilterName()Gets the filter name for this component (usually the identifying path of the component)booleanisExcluded()Is this component excluded?
-
-
-
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
-
-