Uses of Class
org.faktorips.devtools.abstraction.plainjava.internal.PlainJavaResource
Packages that use PlainJavaResource
-
Uses of PlainJavaResource in org.faktorips.devtools.abstraction.plainjava.internal
Subclasses of PlainJavaResource in org.faktorips.devtools.abstraction.plainjava.internalModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.faktorips.devtools.abstraction.plainjava.internal that return PlainJavaResourceModifier and TypeMethodDescriptionPlainJavaResourceChange.getChangedResource()PlainJavaMarkerImpl.getResource()Methods in org.faktorips.devtools.abstraction.plainjava.internal that return types with arguments of type PlainJavaResourceMethods in org.faktorips.devtools.abstraction.plainjava.internal with parameters of type PlainJavaResourceModifier and TypeMethodDescriptionvoidPlainJavaImplementation.ResourceChanges.resourceChanged(PlainJavaResource changedResource) voidPlainJavaImplementation.ResourceChanges.resourceCreated(PlainJavaResource newResource) voidPlainJavaImplementation.ResourceChanges.resourceMoved(PlainJavaResource oldResource, PlainJavaResource newResource) voidPlainJavaImplementation.ResourceChanges.resourceRemoved(PlainJavaResource removedResource) Method parameters in org.faktorips.devtools.abstraction.plainjava.internal with type arguments of type PlainJavaResourceModifier and TypeMethodDescriptionprotected voidPlainJavaContainer.recursive(Consumer<PlainJavaResource> consumer, org.faktorips.devtools.abstraction.AResource.AResourceTreeTraversalDepth depth) protected voidPlainJavaResource.recursive(Consumer<PlainJavaResource> consumer, org.faktorips.devtools.abstraction.AResource.AResourceTreeTraversalDepth depth) Executes the givenConsumerfor this resource and, according to the given depth, its children.protected voidPlainJavaResource.recursive(Consumer<PlainJavaResource> consumer, org.faktorips.devtools.abstraction.AResource.AResourceTreeTraversalDepth depth, org.eclipse.core.runtime.IProgressMonitor monitor, String taskName) Executes the givenConsumerfor this resource and, according to the given depth, its children, notifying the given monitor of progress of the given task.Constructors in org.faktorips.devtools.abstraction.plainjava.internal with parameters of type PlainJavaResourceModifierConstructorDescriptionPlainJavaMarker(PlainJavaResource resource, String type) PlainJavaMarkerImpl(PlainJavaResource resource, String type)