Object KotlinTargetHierarchy.SourceSetTree.Companion
-
- All Implemented Interfaces:
public class KotlinTargetHierarchy.SourceSetTree.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final KotlinTargetHierarchy.SourceSetTreemainprivate final KotlinTargetHierarchy.SourceSetTreetestprivate final KotlinTargetHierarchy.SourceSetTreeunitTestprivate final KotlinTargetHierarchy.SourceSetTreeinstrumentedTestprivate final KotlinTargetHierarchy.SourceSetTreeintegrationTestpublic final static KotlinTargetHierarchy.SourceSetTree.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final KotlinTargetHierarchy.SourceSetTreegetMain()final KotlinTargetHierarchy.SourceSetTreegetTest()final KotlinTargetHierarchy.SourceSetTreegetUnitTest()final KotlinTargetHierarchy.SourceSetTreegetInstrumentedTest()final KotlinTargetHierarchy.SourceSetTreegetIntegrationTest()-
-
Method Detail
-
getMain
final KotlinTargetHierarchy.SourceSetTree getMain()
-
getTest
final KotlinTargetHierarchy.SourceSetTree getTest()
-
getUnitTest
final KotlinTargetHierarchy.SourceSetTree getUnitTest()
-
getInstrumentedTest
final KotlinTargetHierarchy.SourceSetTree getInstrumentedTest()
-
getIntegrationTest
final KotlinTargetHierarchy.SourceSetTree getIntegrationTest()
-
-
-
-