|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceAttributes | |
|---|---|
| org.eclipse.core.internal.localstore | |
| org.eclipse.core.internal.resources | |
| org.eclipse.core.internal.utils | |
| org.eclipse.core.resources | Provides basic support for managing a workspace and its resources. |
| Uses of ResourceAttributes in org.eclipse.core.internal.localstore |
|---|
| Methods in org.eclipse.core.internal.localstore that return ResourceAttributes | |
|---|---|
ResourceAttributes |
FileSystemResourceManager.attributes(IResource resource)
|
| Methods in org.eclipse.core.internal.localstore with parameters of type ResourceAttributes | |
|---|---|
void |
FileSystemResourceManager.setResourceAttributes(IResource resource,
ResourceAttributes attributes)
|
| Uses of ResourceAttributes in org.eclipse.core.internal.resources |
|---|
| Methods in org.eclipse.core.internal.resources that return ResourceAttributes | |
|---|---|
ResourceAttributes |
Resource.getResourceAttributes()
|
| Methods in org.eclipse.core.internal.resources with parameters of type ResourceAttributes | |
|---|---|
void |
Resource.setResourceAttributes(ResourceAttributes attributes)
|
| Uses of ResourceAttributes in org.eclipse.core.internal.utils |
|---|
| Methods in org.eclipse.core.internal.utils that return ResourceAttributes | |
|---|---|
static ResourceAttributes |
FileUtil.fileInfoToAttributes(org.eclipse.core.filesystem.IFileInfo fileInfo)
Converts an IFileInfo object into a ResourceAttributes object. |
| Methods in org.eclipse.core.internal.utils with parameters of type ResourceAttributes | |
|---|---|
static org.eclipse.core.filesystem.IFileInfo |
FileUtil.attributesToFileInfo(ResourceAttributes attributes)
Converts a ResourceAttributes object into an IFileInfo object. |
| Uses of ResourceAttributes in org.eclipse.core.resources |
|---|
| Methods in org.eclipse.core.resources that return ResourceAttributes | |
|---|---|
static ResourceAttributes |
ResourceAttributes.fromFile(java.io.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. |
| Methods in org.eclipse.core.resources with parameters of type ResourceAttributes | |
|---|---|
void |
IResource.setResourceAttributes(ResourceAttributes attributes)
Sets this resource with the given extended attributes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||