Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.model
Class PathEntryContainerChanged

java.lang.Object
  extended by org.eclipse.cdt.core.model.PathEntryContainerChanged

public class PathEntryContainerChanged
extends Object


Field Summary
static int INCLUDE_CHANGED
          Change in the includes settings
static int MACRO_CHANGED
          Change in the Macro
 
Constructor Summary
PathEntryContainerChanged(IPath source, int type)
           
 
Method Summary
 IPath getPath()
          Returns the affected path;
 int getType()
          Type of change.
 boolean isIncludeChange()
          whether or not the change affected the include paths
 boolean isMacroChange()
          Whether or not the chage affected the macro entries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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(IPath source,
                                 int type)
Parameters:
source -
type -
Method Detail

getPath

public IPath getPath()
Returns the affected path;

Returns:
path

getType

public int getType()
Type of change.

Returns:

isIncludeChange

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

Returns:

isMacroChange

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

Returns:

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.