public class PluginUtil extends Object
| Constructor and Description |
|---|
PluginUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.core.resources.IFile |
copyFileToWorkspace(org.eclipse.core.runtime.Plugin srcPlugin,
String srcFilePath,
org.eclipse.core.resources.IFile destFile) |
static org.eclipse.core.resources.IFile |
copyFileToWorkspace(org.eclipse.core.runtime.Plugin srcPlugin,
String srcFilePath,
org.eclipse.core.resources.IProject project,
String destFilePath) |
static org.eclipse.core.runtime.IPath |
findPathInPlugin(org.eclipse.core.runtime.Plugin srcPlugin,
String fileName) |
public static org.eclipse.core.runtime.IPath findPathInPlugin(org.eclipse.core.runtime.Plugin srcPlugin,
String fileName)
throws IOException
IOExceptionpublic static org.eclipse.core.resources.IFile copyFileToWorkspace(org.eclipse.core.runtime.Plugin srcPlugin,
String srcFilePath,
org.eclipse.core.resources.IProject project,
String destFilePath)
throws IOException,
org.eclipse.core.runtime.CoreException
IOExceptionorg.eclipse.core.runtime.CoreExceptionpublic static org.eclipse.core.resources.IFile copyFileToWorkspace(org.eclipse.core.runtime.Plugin srcPlugin,
String srcFilePath,
org.eclipse.core.resources.IFile destFile)
throws IOException,
org.eclipse.core.runtime.CoreException
IOExceptionorg.eclipse.core.runtime.CoreExceptionCopyright © 2016. All Rights Reserved.