public class PathEntryContainerChanged
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
INCLUDE_CHANGED
Change in the includes settings
|
static int |
MACRO_CHANGED
Change in the Macro
|
Constructor and Description |
---|
PathEntryContainerChanged(IPath source,
int type) |
Modifier and Type | Method and Description |
---|---|
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 change affected the macro entries
|
public static final int INCLUDE_CHANGED
public static final int MACRO_CHANGED
public PathEntryContainerChanged(IPath source, int type)
source
- type
- public IPath getPath()
public int getType()
public boolean isIncludeChange()
public boolean isMacroChange()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.