Package com._1c.g5.v8.dt.core.filesystem
Interface IProjectFileSystemSupportProvider
- All Known Implementing Classes:
ProjectFileSystemSupportProvider
public interface IProjectFileSystemSupportProvider
Provides
IProjectFileSystemSupport for project.-
Method Summary
Modifier and TypeMethodDescriptiongetProjectFileSystemSupport(IDtProject project) ReturnsIProjectFileSystemSupportinstance for given project.getProjectFileSystemSupport(org.eclipse.core.resources.IProject project) ReturnsIProjectFileSystemSupportinstance for given project.voidregisterProjectFileSystemSupportExtension(org.eclipse.core.resources.IProject project, IProjectFileSystemSupport extension) Registers an extension of the project file system support for the given project
-
Method Details
-
getProjectFileSystemSupport
ReturnsIProjectFileSystemSupportinstance for given project.- Parameters:
project- theIProjectinstance (notnull)- Returns:
- the
IProjectFileSystemSupportinstance for given project, nevernull
-
getProjectFileSystemSupport
ReturnsIProjectFileSystemSupportinstance for given project.- Parameters:
project- theIProjectinstance (notnull)- Returns:
- the
IProjectFileSystemSupportinstance for given project, nevernull
-
registerProjectFileSystemSupportExtension
void registerProjectFileSystemSupportExtension(org.eclipse.core.resources.IProject project, IProjectFileSystemSupport extension) Registers an extension of the project file system support for the given project- Parameters:
project- theIProjectinstance (notnull)extension- The extension to register. May not benull
-