Skip to content

LanguageGroup Objects

Paul Ambrose edited this page Jul 20, 2020 · 4 revisions

LanguageGroup Objects

A LanguageGroupobject is created with: python {}, java {}, or kotlin {} calls in a ReadingBatContent object.

A LanguageGroup object declares ChallengeGroup objects.

LanguageGroup Properties

Name Default Description
repo ReadingBatContent.repo Languages-specific source for the challenges
branchName ReadingBatContent.branchName Languages-specific Github branch name for the sources
srcPath See below Path of the challenge content code

LanguageGroup srcPath Defaults

Language Default srcPath
python "python"
java "src/main/java"
kotlin "src/main/kotlin"