Top Interfaces Classes
module org.jabref

Package org.jabref.logic.cleanup


Interface Summary

Modifier and TypeInterface and Description
public interface

Class Summary

Modifier and TypeClass and Description
public class
public class
public class
ConvertToBiblatexCleanup

Converts the entry to biblatex format.

public class
ConvertToBibtexCleanup

Converts the entry to biblatex format.

public class
DoiCleanup

Formats the DOI (e.g. removes http part) and also infers DOIs from the note, url, eprint or ee fields.

public class
EprintCleanup

Formats the DOI (e.g. removes http part) and also moves DOIs from note, url or ee field to the doi field.

public class
FieldFormatterCleanup

Formats a given entry field with the specified formatter.

public class
public class
FileLinksCleanup

Fixes the format of the file field.

public abstract class
Formatter

The Formatter is used for a Filter design-pattern.

public class
public class
MoveFieldCleanup

Moves the content of one field to another field.

public class
MoveFilesCleanup

Moves the file into the default file directory.

public class
public class
public class
public class
public class
TimeStampToCreationDate

This class handles the migration from timestamp field to creationdate and modificationdate fields.

public class
TimeStampToModificationDate

This class handles the migration from timestamp field to creationdate and modificationdate fields.

public class
UpgradePdfPsToFileCleanup

Collects file links from the ps and pdf fields, and add them to the list contained in the file field.

public class
URLCleanup

Checks whether URL exists in note field, and stores it under url field.