@plexus-interop/cli
Version:
Plexus Interop CLI tools
7 lines (6 loc) • 358 B
TypeScript
export declare function downloadJre(): Promise<string>;
export declare function javaExecProvided(): Promise<string>;
export declare function getJreDownloadUrl(): string;
export declare function getJreBaseDir(downloadDir: string): string;
export declare function getJavaExecPath(): Promise<string>;
export declare const getJavaGenLibPath: () => string;