Class ClasspathAttributeDelta
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.ClasspathAttributeDelta
-
Field Summary
Fields inherited from interface org.aspectj.org.eclipse.jdt.core.IClasspathAttributeDelta
ADDED, CHANGED, REMOVED -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the affected attribute.Returns the current value of the affected attribute.intgetKind()Returns the kind of this delta - one ofIClasspathAttributeDelta.ADDED,IClasspathAttributeDelta.REMOVED, orIClasspathAttributeDelta.CHANGED.toString()
-
Method Details
-
getKind
public int getKind()Description copied from interface:IClasspathAttributeDeltaReturns the kind of this delta - one ofIClasspathAttributeDelta.ADDED,IClasspathAttributeDelta.REMOVED, orIClasspathAttributeDelta.CHANGED.- Specified by:
getKindin interfaceIClasspathAttributeDelta- Returns:
- the kind of this delta
-
getAttributeName
Description copied from interface:IClasspathAttributeDeltaReturns the name of the affected attribute.- Specified by:
getAttributeNamein interfaceIClasspathAttributeDelta- Returns:
- the name of the attribute
-
getAttributeValue
Description copied from interface:IClasspathAttributeDeltaReturns the current value of the affected attribute.- Specified by:
getAttributeValuein interfaceIClasspathAttributeDelta- Returns:
- the value of the attribute
-
toString
-