public class LibraryEntry extends Object implements Comparable<Object>
Modifier and Type | Field and Description |
---|---|
protected String |
libClass |
protected String |
license |
static String |
MISSING_VERSION_CODE
Version code to indicate a missing library.
|
protected String |
name |
protected String |
notes |
protected String |
path |
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
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 © 2014 Open Microscopy Environment