src/jdk.packager/share/native/library/common/Exports.h
branchJDK-8200758-branch
changeset 56995 3d5b13207b70
parent 56994 b4aca2dbe2b5
child 56996 d5aa88e62100
equal deleted inserted replaced
56994:b4aca2dbe2b5 56995:3d5b13207b70
     1 /*
       
     2  * Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
       
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       
     4  *
       
     5  * This code is free software; you can redistribute it and/or modify it
       
     6  * under the terms of the GNU General Public License version 2 only, as
       
     7  * published by the Free Software Foundation.  Oracle designates this
       
     8  * particular file as subject to the "Classpath" exception as provided
       
     9  * by Oracle in the LICENSE file that accompanied this code.
       
    10  *
       
    11  * This code is distributed in the hope that it will be useful, but WITHOUT
       
    12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
       
    13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
       
    14  * version 2 for more details (a copy is included in the LICENSE file that
       
    15  * accompanied this code).
       
    16  *
       
    17  * You should have received a copy of the GNU General Public License version
       
    18  * 2 along with this work; if not, write to the Free Software Foundation,
       
    19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    20  *
       
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
       
    22  * or visit www.oracle.com if you need additional information or have any
       
    23  * questions.
       
    24  */
       
    25 
       
    26 /* DO NOT EDIT THIS FILE - it is machine generated */
       
    27 #include <jni.h>
       
    28 /* Header for class jdk_packager_services_userjvmoptions_LauncherUserJvmOptions */
       
    29 
       
    30 #ifndef _Included_jdk_packager_services_userjvmoptions_LauncherUserJvmOptions
       
    31 #define _Included_jdk_packager_services_userjvmoptions_LauncherUserJvmOptions
       
    32 #ifdef __cplusplus
       
    33 extern "C" {
       
    34 #endif
       
    35 /*
       
    36  * Class:     jdk_packager_services_userjvmoptions_LauncherUserJvmOptions
       
    37  * Method:    _getUserJvmOptionDefaultValue
       
    38  * Signature: (Ljava/lang/String;)Ljava/lang/String;
       
    39  */
       
    40 JNIEXPORT jstring JNICALL
       
    41         Java_jdk_packager_services_userjvmoptions_LauncherUserJvmOptions__1getUserJvmOptionDefaultValue(
       
    42         JNIEnv *, jclass, jstring);
       
    43 
       
    44 /*
       
    45  * Class:     jdk_packager_services_userjvmoptions_LauncherUserJvmOptions
       
    46  * Method:    _getUserJvmOptionDefaultKeys
       
    47  * Signature: ()[Ljava/lang/String;
       
    48  */
       
    49 JNIEXPORT jobjectArray JNICALL
       
    50         Java_jdk_packager_services_userjvmoptions_LauncherUserJvmOptions__1getUserJvmOptionDefaultKeys(
       
    51         JNIEnv *, jclass);
       
    52 
       
    53 /*
       
    54  * Class:     jdk_packager_services_userjvmoptions_LauncherUserJvmOptions
       
    55  * Method:    _getUserJvmOptionValue
       
    56  * Signature: (Ljava/lang/String;)Ljava/lang/String;
       
    57  */
       
    58 JNIEXPORT jstring JNICALL
       
    59         Java_jdk_packager_services_userjvmoptions_LauncherUserJvmOptions__1getUserJvmOptionValue(
       
    60         JNIEnv *, jclass, jstring);
       
    61 
       
    62 /*
       
    63  * Class:     jdk_packager_services_userjvmoptions_LauncherUserJvmOptions
       
    64  * Method:    _setUserJvmKeysAndValues
       
    65  * Signature: ([Ljava/lang/String;[Ljava/lang/String;)V
       
    66  */
       
    67 JNIEXPORT void JNICALL
       
    68         Java_jdk_packager_services_userjvmoptions_LauncherUserJvmOptions__1setUserJvmKeysAndValues(
       
    69         JNIEnv *, jclass, jobjectArray, jobjectArray);
       
    70 
       
    71 /*
       
    72  * Class:     jdk_packager_services_userjvmoptions_LauncherUserJvmOptions
       
    73  * Method:    _getUserJvmOptionKeys
       
    74  * Signature: ()[Ljava/lang/String;
       
    75  */
       
    76 JNIEXPORT jobjectArray JNICALL
       
    77         Java_jdk_packager_services_userjvmoptions_LauncherUserJvmOptions__1getUserJvmOptionKeys(
       
    78         JNIEnv *, jclass);
       
    79 
       
    80 #ifdef __cplusplus
       
    81 }
       
    82 #endif
       
    83 #endif