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 classThe classFileTocontains the transport object for the list resource.static classThe classReadmeTocontains the transport object for the index resource.static classThe classTexarchiveListTocontains 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 methodgetListprovides 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 methodgetListprovides 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
-