public final class ReleaseDetails extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_PROPERTIES_ROOT |
static String |
LIBRARY_DETAILS_RESOURCE |
static String |
PROPERTIES_EXT |
| Modifier and Type | Method and Description |
|---|---|
static ReleaseDetails |
addDetailsFromResource(String resourceName)
Will load a ReleaseDetails instance from the resource found with
resourceName.
|
static ReleaseDetails |
byId(String id)
Retrieve ReleaseDetails by id
|
static ReleaseDetails |
defaultInstance() |
boolean |
equals(Object obj)
{ @inheritDoc }
|
Date |
getBuildDate() |
static Collection<ReleaseDetails> |
getDetails() |
String |
getId() |
static Set<String> |
getIds() |
static ReleaseDetails |
getInstance() |
String |
getVersion() |
int |
hashCode()
{ @inheritDoc }
|
static String |
rightsStatement() |
String |
toString()
{ @inheritDoc }
|
public static final String APPLICATION_PROPERTIES_ROOT
public static final String PROPERTIES_EXT
public static final String LIBRARY_DETAILS_RESOURCE
public String getId()
public String getVersion()
public Date getBuildDate()
public static ReleaseDetails defaultInstance()
public static String rightsStatement()
public static ReleaseDetails getInstance()
public static ReleaseDetails byId(String id)
id - the id to lookuppublic static Collection<ReleaseDetails> getDetails()
public static ReleaseDetails addDetailsFromResource(String resourceName)
resourceName - the name of the resource to loadCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.