Class TexArchiveService
java.lang.Object
org.ctan.site.services.texarchive.TexArchiveService
The class
TexarchiveService
contains the service to access the
TeX
archive directory.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The classFileTo
contains the transport object for the list resource.static class
The classReadmeTo
contains the transport object for the index resource.static class
The classTexarchiveListTo
contains a transport object for the list resource. -
Constructor Summary
ConstructorsConstructorDescriptionTexArchiveService
(CtanConfiguration config, @NonNull PkgService pkgService, @NonNull TexArchiveNotesStore texArchiveFileInfoStore) This is the constructor for the classTexarchiveService
. -
Method Summary
Modifier and TypeMethodDescriptionThe methodgetList
provides means to retrieve the listing for one directory.
-
Constructor Details
-
TexArchiveService
public TexArchiveService(CtanConfiguration config, @NonNull @NonNull PkgService pkgService, @NonNull @NonNull TexArchiveNotesStore texArchiveFileInfoStore) This is the constructor for the classTexarchiveService
.- Parameters:
config
- the CTAN configurationpkgService
- the package servicetexArchiveFileInfoStore
- the store for infos
-
-
Method Details
-
getList
The methodgetList
provides means to retrieve the listing for one directory.- Parameters:
path
- the path in the Te X archivelang
- the language for the notespage
- the number of the page starting with 0size
- the page size- Returns:
- a list of files and directories
-