Package org.ctan.site.services.catalogue
Class AbstractImportService<T>
java.lang.Object
org.ctan.site.services.catalogue.AbstractImportService<T>
- Type Parameters:
T- the class of the encapsulated store
- Direct Known Subclasses:
AuthorsImportService,PkgsImportService,TopicsImportService
This abstract base class provides the fundamentals for the catalogue imports
from ML files.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
store
The fieldstorecontains the encapsulated store. -
entries
The fieldentriescontains the base directory.
-
-
Method Details
-
neq
The methodneqprovides means to compare two strings in a null-safe fashion.- Parameters:
a- the first argumentb- the second argument- Returns:
trueiff the arguments are not equal
-