UNPKG

@typespec/http-client-java

Version:

TypeSpec library for emitting Java client from the TypeSpec REST protocol binding

7 lines 655 B
import { Program } from "@typespec/compiler"; export declare const JDK_NOT_FOUND_MESSAGE = "Java Development Kit (JDK) is not found in PATH. Please install JDK 17 or above. Microsoft Build of OpenJDK can be downloaded from https://learn.microsoft.com/java/openjdk/download"; export declare const CODE_JAVA_SDK_DEPENDENCY = "invalid-java-sdk-dependency"; export declare function validateDependencies(program: Program | undefined, logDiagnostic?: boolean): Promise<void>; export declare function findJavaVersion(output: string): string | undefined; export declare function getJavaMajorVersion(version: string): number; //# sourceMappingURL=validate.d.ts.map