Package io.github.gmazzo.codeowners
Class CodeOwnersJVMExtensionInternal
-
- All Implemented Interfaces:
-
io.github.gmazzo.codeowners.CodeOwnersExtensionBase,io.github.gmazzo.codeowners.CodeOwnersInspectDependencies,io.github.gmazzo.codeowners.CodeOwnersJVMExtension
public abstract class CodeOwnersJVMExtensionInternal extends CodeOwnersExtensionBaseInternal<CodeOwnersJVMSourceSet> implements CodeOwnersJVMExtension
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<Boolean>enabledprivate final RegularFilePropertycodeOwnersFileprivate final Property<CodeOwnersExtensionBase.Renamer>codeOwnersRenamerprivate final CodeOwnersReportsreportsprivate final DirectoryPropertyreportsDirectoryprivate final DirectoryPropertyrootDirectoryprivate final NamedDomainObjectContainer<CodeOwnersJVMSourceSet>sourceSetsprivate final Property<CodeOwnersInspectDependencies.DependenciesMode>inspectDependenciesprivate final Lazy<TaskProvider<CodeOwnersRenameTask>>renameTaskprivate final RegularFilePropertyrenamedCodeOwnersFileprivate final RegularFilePropertyrenamedCodeOwnersFileUntracked
-
Constructor Summary
Constructors Constructor Description CodeOwnersJVMExtensionInternal(Project project, Lazy<TaskProvider<CodeOwnersRenameTask>> renameTask)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class io.github.gmazzo.codeowners.CodeOwnersJVMExtension
getEnabled -
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.CodeOwnersInspectDependencies
getInspectDependencies -
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
-
CodeOwnersJVMExtensionInternal
CodeOwnersJVMExtensionInternal(Project project, Lazy<TaskProvider<CodeOwnersRenameTask>> renameTask)
-
-
-
-