Package io.github.gmazzo.codeowners
Class CodeOwnersKotlinExtensionInternal
-
- All Implemented Interfaces:
-
io.github.gmazzo.codeowners.CodeOwnersExtensionBase,io.github.gmazzo.codeowners.CodeOwnersKotlinExtension
public abstract class CodeOwnersKotlinExtensionInternal extends CodeOwnersExtensionBaseInternal<CodeOwnersKotlinSourceSet> implements CodeOwnersKotlinExtension
-
-
Field Summary
Fields Modifier and Type Field Description private final RegularFilePropertycodeOwnersFileprivate final Property<CodeOwnersExtensionBase.Renamer>codeOwnersRenamerprivate final CodeOwnersReportsreportsprivate final DirectoryPropertyreportsDirectoryprivate final DirectoryPropertyrootDirectoryprivate final NamedDomainObjectContainer<CodeOwnersKotlinSourceSet>sourceSetsprivate final Lazy<TaskProvider<CodeOwnersRenameTask>>renameTaskprivate final RegularFilePropertyrenamedCodeOwnersFileprivate final RegularFilePropertyrenamedCodeOwnersFileUntracked
-
Constructor Summary
Constructors Constructor Description CodeOwnersKotlinExtensionInternal(Project project, Lazy<TaskProvider<CodeOwnersRenameTask>> renameTask)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class io.github.gmazzo.codeowners.CodeOwnersExtensionBase
codeOwnersRenamer, getCodeOwnersFile, getCodeOwnersRenamer, getReports, getReportsDirectory, getRootDirectory, getSourceSets, reports -
Methods inherited from class io.github.gmazzo.codeowners.CodeOwnersExtensionBaseInternal
getRenameTask, getRenamedCodeOwnersFile, getRenamedCodeOwnersFileUntracked -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CodeOwnersKotlinExtensionInternal
CodeOwnersKotlinExtensionInternal(Project project, Lazy<TaskProvider<CodeOwnersRenameTask>> renameTask)
-
-
-
-