public class JabRef
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static JabRefFrame |
jrf |
static int |
MAX_DIALOG_WARNINGS |
gnu.dtools.ritopt.Options |
options |
static RemoteListener |
remoteListener |
static JabRef |
singleton |
static java.awt.Frame |
splashScreen |
Modifier | Constructor and Description |
---|---|
protected |
JabRef(java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
protected ParserResult |
fetch(java.lang.String fetchCommand)
Run an entry fetcher from the command line.
|
static ParserResult |
importFile(java.lang.String argument) |
static ParserResult |
importToOpenBase(java.lang.String argument)
Will open a file (like importFile), but will also request JabRef to focus on this database
|
static void |
main(java.lang.String[] args) |
static ParserResult |
openBibFile(java.lang.String name,
boolean ignoreAutosave) |
void |
openWindow(java.util.Vector<ParserResult> loaded) |
java.util.Vector<ParserResult> |
processArguments(java.lang.String[] args,
boolean initialStartup) |
public static JabRef singleton
public static RemoteListener remoteListener
public static JabRefFrame jrf
public gnu.dtools.ritopt.Options options
public static java.awt.Frame splashScreen
public static final int MAX_DIALOG_WARNINGS
public static void main(java.lang.String[] args)
public java.util.Vector<ParserResult> processArguments(java.lang.String[] args, boolean initialStartup)
protected ParserResult fetch(java.lang.String fetchCommand)
fetchCommand
- A string containing both the fetcher to use (id of
EntryFetcherExtension minus Fetcher) and the search query,
separated by a :public void openWindow(java.util.Vector<ParserResult> loaded)
public static ParserResult openBibFile(java.lang.String name, boolean ignoreAutosave)
public static ParserResult importFile(java.lang.String argument)
public static ParserResult importToOpenBase(java.lang.String argument)
argument
- See importFile.