Top Classes
module org.jabref

Package org.jabref.logic.journals


Class Summary

Modifier and TypeClass and Description
public class
Abbreviation

The class provides functionality for managing journal abbreviations.

public class
public class
AbbreviationParser

Reads abbreviation files (CSV format) into a list of Abbreviations.

public class
AbbreviationWriter

This class provides handy static methods to save abbreviations to the file system.

public class
JournalAbbreviationLoader

This class loads abbreviations from a CSV file and stores them into a MV file (readAbbreviationsFromCsvFile(Path) It can also create an JournalAbbreviationRepository based on an MV file (loadRepository(JournalAbbreviationPreferences).

public class
public class
JournalAbbreviationRepository

A repository for all journal abbreviations, including add and find methods.