The ProjectExplorer API allows to access files of the project in which the adapter is called.
|
Method |
Description |
|---|---|
|
|
Returns the project name |
|
|
Returns the file's last modification date |
|
|
Returns the files content as input stream |
|
|
Returns all files as project paths |
|
|
Writes the data stream to the specified position and creates a new file, if the project type's rules allow it |
|
|
Checks whether the file or folder exists |
|
|
Creates a directory |
|
|
Deletes a directory or a file |
|
|
Moves a file or directory to the specified location according to the project type's rules |
|
|
Copies a file or directory to the specified location according to the project type's rules |
|
|
Returns all paths within the folder and all subfolders |