All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sarl.sre.boot.internal.cli.Messages.sarl Maven / Gradle / Ivy

/*
 * $Id$
 *
 * SARL is an general-purpose agent programming language.
 * More details on http://www.sarl.io
 *
 * Copyright (C) 2014-2021 the original authors or authors.
 *
 * Licensed 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.
 */

package io.sarl.sre.boot.internal.cli

import org.eclipse.osgi.util.NLS

/** Messages for the SARL batch compiler.
 *
 * @author Stéphane Galland
 * @version io.janusproject.kernel 3.0.12.0 20210527-171007
 * @mavengroupid io.janusproject
 * @mavenartifactid io.janusproject.kernel
 * @ExcludeFromApidoc
 * @since 3.0.11.0
 */
final class Messages extends NLS {

	static val BUNDLE_NAME = typeof(Messages).getPackage.name + ".messages"

	static new {
		// initialize resource bundle
		NLS.initializeMessages(BUNDLE_NAME, typeof(Messages))
	}

	public static var JanusApplicationModuleProvider_0 : String
	public static var JanusApplicationModule_0 : String
	public static var JanusApplicationModule_1 : String
	public static var JanusApplicationModule_2 : String
	public static var VersionCommand_0 : String
	public static var VersionCommand_1 : String
	public static var VersionCommandModuleProvider_0 : String

	private new {
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy