public class JournalTools
extends java.lang.Object
Constructor and Description |
---|
JournalTools() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
determineType(java.lang.String identifier)
determine whether the given journal identifier is a issn (returns string "issn), a comma-separated issn list (returns "list") or the anchor of a journal collection returns ("collection").
|
static java.util.Set<java.lang.Integer> |
getAvailableYears(java.lang.String givenAvailability)
takes a string of availability information (e.g. from Journal Online and Print) and retrieves the years of general availabity from it.
!
|
public static java.lang.String determineType(java.lang.String identifier)
identifier
- the identifier to be checkedpublic static java.util.Set<java.lang.Integer> getAvailableYears(java.lang.String givenAvailability)
givenAvailability
- the string of availability information