Uses of Class
studentrepoloader.model.villecsv.ViLLeCsvFile
Packages that use ViLLeCsvFile
Package
Description
Provides command-line interface (CLI) entry points and usage examples for the StudentRepoLoader tool.
Contains default implementations of the
VilleSubmission
and GitLabSubmission
interfaces.Defines the interface and mapping logic for structured ViLLe submission objects.
-
Uses of ViLLeCsvFile in studentrepoloader.cli
Methods in studentrepoloader.cli that return ViLLeCsvFileModifier and TypeMethodDescriptiondemopalautus.source()
Returns the value of thesource
record component.Constructors in studentrepoloader.cli with parameters of type ViLLeCsvFileModifierConstructorDescriptiondemopalautus
(String[] row, ViLLeCsvFile source) Creates an instance of ademopalautus
record class.MyOwnGitlabSubmission
(String[] viLLeCsvHeader, ViLLeCsvFile source) MyOwnVilleGitLabSubmission
(String[] viLLeCsvHeader, ViLLeCsvFile source) -
Uses of ViLLeCsvFile in studentrepoloader.model.villecsv.impl
Methods in studentrepoloader.model.villecsv.impl that return ViLLeCsvFileConstructors in studentrepoloader.model.villecsv.impl with parameters of type ViLLeCsvFileModifierConstructorDescriptionGitLabSubmission
(String[] villeCsvRow, ViLLeCsvFile source) Constructs a newDefaultGitLabSubmission
from a full row of CSV fields, along with its parentViLLeCsvFile
for contextual reference. -
Uses of ViLLeCsvFile in studentrepoloader.model.villecsv.mapper
Constructors in studentrepoloader.model.villecsv.mapper with parameters of type ViLLeCsvFileModifierConstructorDescriptionSubmissionMapper
(ViLLeCsvFile csvFile, Class<? extends T> recordClass) Constructs a new SubmissionMapper for a specific CSV file and target record class.