org.eclipse.jst.jsp.core.taglib
Class TaglibIndexDelta
java.lang.Object
org.eclipse.jst.jsp.core.taglib.TaglibIndexDelta
- All Implemented Interfaces:
- ITaglibIndexDelta
public class TaglibIndexDelta
- extends java.lang.Object
- implements ITaglibIndexDelta
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getAffectedChildren
public ITaglibIndexDelta[] getAffectedChildren()
- Description copied from interface:
ITaglibIndexDelta
- Returns deltas for the affected (added, removed, or changed) records.
- Specified by:
getAffectedChildren
in interface ITaglibIndexDelta
- Returns:
getKind
public int getKind()
- Specified by:
getKind
in interface ITaglibIndexDelta
- Returns:
- the type of change, one of ADDED, CHANGED, or REMOVED
getProject
public org.eclipse.core.resources.IProject getProject()
- Specified by:
getProject
in interface ITaglibIndexDelta
- Returns:
- the IProject in which this delta originated
getTaglibRecord
public ITaglibRecord getTaglibRecord()
- Specified by:
getTaglibRecord
in interface ITaglibIndexDelta
- Returns:
- the record that was changed
getTime
public long getTime()
getTrigger
public java.lang.Object getTrigger()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object