blob: c4bdaba2353f8d7414afc83a229a8da715ed4771 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
#ifndef _ARGNAMES_H
#define _ARGNAMES_H
#define ARG_NAME_SEPAR_PROC "--fork-java"
#define ARG_NAME_CONSOLE "--console"
#define ARG_NAME_LAUNCHER_LOG "--trace"
#define ARG_NAME_LA_START_APP "--la_start_app"
#define ARG_NAME_LA_START_AU "--la_start_au"
#define ARG_NAME_LA_PPID "--la_ppid"
#define ARG_NAME_USER_DIR "--userdir"
#define ARG_DEFAULT_USER_DIR_ROOT "--default_userdir_root"
#define ARG_NAME_CACHE_DIR "--cachedir"
#define ARG_NAME_CLUSTERS "--clusters"
#define ARG_NAME_BOOTCLASS "--bootclass"
#define ARG_NAME_JDKHOME "--jdkhome"
#define ARG_NAME_CP_PREPEND "--cp:p"
#define ARG_NAME_CP_APPEND "--cp:a"
#define ARG_NAME_NOSPLASH "--nosplash"
#endif /* _ARGNAMES_H */