public class DocumentStarter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_DOCUMENT_STARTER_DISABLE
Set this system property in unit tests to not have DocumentStarter open any documents
|
| Constructor and Description |
|---|
DocumentStarter() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDisabledForTest() |
void |
openFile(java.io.File file) |
void |
openURL(java.lang.String url) |
void |
openURL(java.net.URL url) |
public static final java.lang.String PROPERTY_DOCUMENT_STARTER_DISABLE
public void openFile(java.io.File file)
public void openURL(java.net.URL url)
throws java.io.IOException
java.io.IOExceptionpublic void openURL(java.lang.String url)
throws java.io.IOException
java.io.IOExceptionpublic static boolean isDisabledForTest()