Uses of Interface
org.faktorips.devtools.abstraction.AResourceDeltaVisitor
-
Packages that use AResourceDeltaVisitor 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 AResourceDeltaVisitor in org.faktorips.devtools.abstraction
Methods in org.faktorips.devtools.abstraction with parameters of type AResourceDeltaVisitor Modifier and Type Method Description voidAResourceDelta. accept(AResourceDeltaVisitor visitor) -
Uses of AResourceDeltaVisitor in org.faktorips.devtools.abstraction.eclipse.internal
Methods in org.faktorips.devtools.abstraction.eclipse.internal with parameters of type AResourceDeltaVisitor Modifier and Type Method Description voidEclipseResourceDelta. accept(AResourceDeltaVisitor visitor)
-