Package | Description |
---|---|
sk.stuba.fiit.perconik.eclipse.core.resources |
Extension to the
org.eclipse.core.resources package
of the Eclipse Platform. |
Modifier and Type | Method and Description |
---|---|
static ResourceVisitorDepth |
ResourceVisitorDepth.valueOf(int value) |
static ResourceVisitorDepth |
ResourceVisitorDepth.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceVisitorDepth[] |
ResourceVisitorDepth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Resources.accept(org.eclipse.core.resources.IResource resource,
org.eclipse.core.resources.IResourceVisitor visitor,
ResourceVisitorDepth depth) |
static void |
Resources.accept(org.eclipse.core.resources.IResource resource,
org.eclipse.core.resources.IResourceVisitor visitor,
ResourceVisitorDepth depth,
java.util.Set<ResourceMemberFlag> flags) |