public class LibraryEntry extends Object implements Comparable<Object>
Modifier and Type | Field and Description |
---|---|
protected String |
libClass |
protected String |
license |
private static String |
MISSING
HTML markup for missing library.
|
static String |
MISSING_VERSION_CODE
Version code to indicate a missing library.
|
protected String |
name |
protected String |
notes |
protected String |
path |
private static String |
PRESENT
HTML markup for installed library.
|
protected String |
status |
protected String |
type |
protected String |
url |
protected String |
version |
Constructor and Description |
---|
LibraryEntry(PrintWriter log,
HashMap<String,String> props) |
LibraryEntry(PrintWriter log,
String name,
String type,
String libClass,
String version,
String url,
String license,
String notes) |
public static final String MISSING_VERSION_CODE
private static final String PRESENT
private static final String MISSING
protected String name
protected String type
protected String libClass
protected String url
protected String license
protected String notes
protected String status
protected String version
protected String path
public LibraryEntry(PrintWriter log, HashMap<String,String> props)
Copyright © 2017 Open Microscopy Environment