Uses of Interface
org.faktorips.devtools.abstraction.AResourceDelta
-
Packages that use AResourceDelta Package Description org.faktorips.devtools.abstraction Interfaces to abstract from the running platform (Eclipse or other)org.faktorips.devtools.abstraction.eclipse.internal Internal classes to help the implementation of eclipse implementations. -
-
Uses of AResourceDelta in org.faktorips.devtools.abstraction
Methods in org.faktorips.devtools.abstraction that return AResourceDelta Modifier and Type Method Description AResourceDeltaAResourceDelta. findMember(org.eclipse.core.runtime.IPath path)Returns the delta for the resource identified by the given path relative to this delta's resource.AResourceDeltaABuilder. getDelta()Returns the delta between this builder's last build of its project and that project's current state.Methods in org.faktorips.devtools.abstraction with parameters of type AResourceDelta Modifier and Type Method Description booleanAResourceDeltaVisitor. visit(AResourceDelta delta)Visits the given resource delta. -
Uses of AResourceDelta in org.faktorips.devtools.abstraction.eclipse.internal
Classes in org.faktorips.devtools.abstraction.eclipse.internal that implement AResourceDelta Modifier and Type Class Description classEclipseResourceDeltaMethods in org.faktorips.devtools.abstraction.eclipse.internal that return AResourceDelta Modifier and Type Method Description AResourceDeltaEclipseResourceDelta. findMember(org.eclipse.core.runtime.IPath path)
-