SubModule

class SubModule

Returns information about a submodule reference in a repository folder.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The fully qualified path to the folder that contains the reference to the submodule.

Link copied to clipboard

The commit ID that contains the reference to the submodule.

Link copied to clipboard

The relative path of the submodule from the folder where the query originated.

Functions

Link copied to clipboard
inline fun copy(block: SubModule.Builder.() -> Unit = {}): SubModule
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String