public class XMLEditorUtility
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
log |
Constructor and Description |
---|
XMLEditorUtility() |
Modifier and Type | Method and Description |
---|---|
static void |
openXmlEditor(org.eclipse.core.filesystem.IFileStore fileStore) |
static void |
openXmlEditor(org.eclipse.core.filesystem.IFileStore fileStore,
int line,
int column,
java.lang.String name) |
private static byte[] |
readStream(java.io.InputStream is)
duplicate of OpenPomAction method
|
private static void |
reveal(org.eclipse.wst.sse.ui.StructuredTextEditor structured,
int line,
int column) |
private static org.eclipse.wst.sse.ui.StructuredTextEditor |
selectEditorPage(org.eclipse.ui.IEditorPart part) |
public static void openXmlEditor(org.eclipse.core.filesystem.IFileStore fileStore)
public static void openXmlEditor(org.eclipse.core.filesystem.IFileStore fileStore, int line, int column, java.lang.String name)
private static org.eclipse.wst.sse.ui.StructuredTextEditor selectEditorPage(org.eclipse.ui.IEditorPart part)
private static void reveal(org.eclipse.wst.sse.ui.StructuredTextEditor structured, int line, int column)
private static byte[] readStream(java.io.InputStream is) throws java.io.IOException
is
- java.io.IOException