Uses of Enum Class
com.github.copilot.generated.rpc.InstructionDiscoveryPathKind
Packages that use InstructionDiscoveryPathKind
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of InstructionDiscoveryPathKind in com.github.copilot.generated.rpc
Subclasses with type arguments of type InstructionDiscoveryPathKind in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumWhether the target is a single file or a directory of instruction filesMethods in com.github.copilot.generated.rpc that return InstructionDiscoveryPathKindModifier and TypeMethodDescriptionstatic InstructionDiscoveryPathKindInstructionDiscoveryPath.kind()Returns the value of thekindrecord component.static InstructionDiscoveryPathKindReturns the enum constant of this class with the specified name.static InstructionDiscoveryPathKind[]InstructionDiscoveryPathKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type InstructionDiscoveryPathKindModifierConstructorDescriptionInstructionDiscoveryPath(String path, InstructionDiscoveryPathLocation location, InstructionDiscoveryPathKind kind, Boolean preferredForCreation, String projectPath) Creates an instance of aInstructionDiscoveryPathrecord class.