Package | Description |
---|---|
org.eclipse.core.resources |
Provides basic support for managing a workspace and
its resources.
|
Modifier and Type | Method and Description |
---|---|
static ResourceAttributes |
ResourceAttributes.fromFile(File file)
Creates a new resource attributes instance with attributes
taken from the specified file in the file system.
|
ResourceAttributes |
IResource.getResourceAttributes()
Gets this resource's extended attributes from the file system,
or
null if the attributes could not be obtained. |
Modifier and Type | Method and Description |
---|---|
void |
IResource.setResourceAttributes(ResourceAttributes attributes)
Sets this resource with the given extended attributes.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.