Class PathEntryContainerChanged


  • public class PathEntryContainerChanged
    extends Object
    Restriction:
    This class is not intended to be subclassed by clients.
    Restriction:
    This class is not intended to be instantiated by clients.
    • Field Detail

      • INCLUDE_CHANGED

        public static final int INCLUDE_CHANGED
        Change in the includes settings
        See Also:
        Constant Field Values
      • MACRO_CHANGED

        public static final int MACRO_CHANGED
        Change in the Macro
        See Also:
        Constant Field Values
    • Constructor Detail

      • PathEntryContainerChanged

        public PathEntryContainerChanged​(org.eclipse.core.runtime.IPath source,
                                         int type)
        Parameters:
        source -
        type -
    • Method Detail

      • getPath

        public org.eclipse.core.runtime.IPath getPath()
        Returns the affected path;
        Returns:
        path
      • getType

        public int getType()
        Type of change.
      • isIncludeChange

        public boolean isIncludeChange()
        whether or not the change affected the include paths
      • isMacroChange

        public boolean isMacroChange()
        Whether or not the change affected the macro entries