public class ReflectionUtil
extends java.lang.Object
Constructor and Description |
---|
ReflectionUtil() |
Modifier and Type | Method and Description |
---|---|
static IFile |
getFile(java.lang.Object input)
Typical scenario: input instance of IFileEditorInput
We don't want to depend on that interface, as it resides in org.eclipse.ui.ide.
|
static Transfer |
getResourceTransfer()
ResourceTransfer resides in org.eclipse.ui.ide.
|
public static IFile getFile(java.lang.Object input)
public static Transfer getResourceTransfer()