Uses of Class
org.faktorips.devtools.abstraction.plainjava.internal.PlainJavaResource
-
Packages that use PlainJavaResource Package Description org.faktorips.devtools.abstraction.plainjava.internal -
-
Uses of PlainJavaResource in org.faktorips.devtools.abstraction.plainjava.internal
Subclasses of PlainJavaResource in org.faktorips.devtools.abstraction.plainjava.internal Modifier and Type Class Description classPlainJavaContainerclassPlainJavaFileclassPlainJavaFolderclassPlainJavaProjectclassPlainJavaWorkspaceRootMethods in org.faktorips.devtools.abstraction.plainjava.internal that return PlainJavaResource Modifier and Type Method Description PlainJavaResourcePlainJavaResourceChange. getChangedResource()PlainJavaResourcePlainJavaMarkerImpl. getResource()Methods in org.faktorips.devtools.abstraction.plainjava.internal that return types with arguments of type PlainJavaResource Modifier and Type Method Description java.util.SortedSet<PlainJavaResource>PlainJavaContainer. getMembers()Methods in org.faktorips.devtools.abstraction.plainjava.internal with parameters of type PlainJavaResource Modifier and Type Method Description voidPlainJavaImplementation.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 PlainJavaResource Modifier and Type Method Description protected voidPlainJavaContainer. recursive(java.util.function.Consumer<PlainJavaResource> consumer, AResource.AResourceTreeTraversalDepth depth)protected voidPlainJavaResource. recursive(java.util.function.Consumer<PlainJavaResource> consumer, AResource.AResourceTreeTraversalDepth depth)Executes the givenConsumerfor this resource and, according to the given depth, its children.protected voidPlainJavaResource. recursive(java.util.function.Consumer<PlainJavaResource> consumer, AResource.AResourceTreeTraversalDepth depth, org.eclipse.core.runtime.IProgressMonitor monitor, java.lang.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 PlainJavaResource Constructor Description PlainJavaMarker(PlainJavaResource resource, java.lang.String type)PlainJavaMarkerImpl(PlainJavaResource resource, java.lang.String type)
-