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 fieldstore
contains the encapsulated store. -
entries
The fieldentries
contains the base directory.
-
-
Method Details
-
neq
The methodneq
provides means to compare two strings in a null-safe fashion.- Parameters:
a
- the first argumentb
- the second argument- Returns:
true
iff the arguments are not equal
-