Package com._1c.g5.v8.dt.ui.util
Class OpenSystemFileHelper
java.lang.Object
com._1c.g5.v8.dt.ui.util.OpenSystemFileHelper
Utility class for opening files in the system's file explorer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidopenFileInSystemExplorer(File file) Copy ofShowInSystemExplorerHandler.execute(org.eclipse.core.commands.ExecutionEvent)method but with the ability to open files outside of the workspace.
-
Constructor Details
-
OpenSystemFileHelper
public OpenSystemFileHelper()
-
-
Method Details
-
openFileInSystemExplorer
Copy ofShowInSystemExplorerHandler.execute(org.eclipse.core.commands.ExecutionEvent)method but with the ability to open files outside of the workspace. If a workspace file needs to be opened, use command that is related toShowInSystemExplorerHandler.- Parameters:
file- the file to show. Cannot benull
-