Top Interfaces Classes
module org.jabref

Package org.jabref.logic.importer


Interface Summary

Modifier and TypeInterface and Description
public interface
EntryBasedFetcher

Searches web resources for bibliographic information based on a BibEntry.

public interface
EntryBasedParserFetcher

Provides a convenient interface for entry-based fetcher, which follow the usual three-step procedure: 1.

public interface
FulltextFetcher

This interface is used for classes that try to resolve a full-text PDF url for a BibTex entry.

public interface
IdBasedFetcher

Searches web resources for bibliographic information based on an identifier.

public interface
IdBasedParserFetcher

Provides a convenient interface for ID-based fetcher, which follow the usual three-step procedure: 1.

public interface
IdFetcher<T extends Identifier>

Looks for article identifier based on already present bibliographic information.

public interface
IdParserFetcher<T extends Identifier>

Provides a convenient interface for IdFetcher, which follow the usual three-step procedure: 1.

public interface
public interface
public interface
public interface
Parser

A parser converts an InputStream into a list of BibEntry.

public interface
public interface
SearchBasedFetcher

Searches web resources for bibliographic information based on a free-text query.

public interface
SearchBasedParserFetcher

Provides a convenient interface for search-based fetcher, which follows the usual three-step procedure:

  1. Open a URL based on the search query
  2. Parse the response to get a list of BibEntry
  3. Post-process fetched entries
public interface
WebFetcher

Searches web resources for bibliographic information.

Class Summary

Modifier and TypeClass and Description
public class
public class
pack-priv class
CompositeSearchFirstComparator

Places "Search pre-configured" to the first of the set

public class
FetcherClientException

Should be thrown when you encounter an HTTP status code error >= 400 and < 500.

public class
public class
public class
FetcherServerException

Should be thrown when you encounter a http status code error >= 500

public class
FulltextFetchers

Utility class for trying to resolve URLs to full-text PDF for articles.

public abstract class
ImportCleanup

Cleanup of imported entries to be processable by JabRef

public class
public class
public abstract class
Importer

Role of an importer for JabRef.

public class
public class
public class
public class
public class
public class
public class
QueryParser

This class converts a query string written in lucene syntax into a complex query.

public class