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

io.sarl.lang.maven.compiler.abstractmojos.Messages Maven / Gradle / Ivy

The newest version!
/*
 * $Id$
 *
 * SARL is an general-purpose agent programming language.
 * More details on http://www.sarl.io
 *
 * Copyright (C) 2014-2024 SARL.io, the Original Authors and Main 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.lang.maven.compiler.abstractmojos;

import org.eclipse.osgi.util.NLS;

/** Localized Messages.
 *
 * @author Stéphane Galland
 * @version sarl-maven-plugin 0.14.0 20241106-161406
 * @mavengroupid io.sarl.lang
 * @mavenartifactid sarl-maven-plugin
 * @ExcludeFromApidoc
 * @since 0.7
 */
@SuppressWarnings("all")
public class Messages extends NLS {
	private static final String BUNDLE_NAME = Messages.class.getPackage().getName() + ".messages"; //$NON-NLS-1$
	public static String AbstractSarlMojo_0;
	public static String AbstractSarlMojo_1;
	public static String AbstractSarlMojo_2;
	public static String AbstractSarlMojo_3;
	public static String AbstractSarlMojo_4;
	public static String AbstractSarlMojo_5;
	public static String AbstractSarlBatchCompilerMojo_0;
	public static String AbstractSarlBatchCompilerMojo_1;
	public static String AbstractSarlBatchCompilerMojo_2;
	public static String AbstractSarlBatchCompilerMojo_3;
	public static String AbstractSarlBatchCompilerMojo_4;
	public static String AbstractSarlBatchCompilerMojo_5;
	public static String AbstractSarlBatchCompilerMojo_6;
	public static String AbstractSarlBatchCompilerMojo_7;
	public static String AbstractSarlBatchCompilerMojo_8;
	public static String AbstractSarlBatchCompilerMojo_9;
	public static String AbstractSarlBatchCompilerMojo_10;
	public static String AbstractSarlBatchCompilerMojo_11;
	public static String AbstractSarlBatchCompilerMojo_12;
	public static String AbstractSarlBatchCompilerMojo_13;
	public static String AbstractCompileMojo_0;
	public static String AbstractCompileMojo_1;
	public static String AbstractCompileMojo_2;
	public static String AbstractCompileMojo_3;
	public static String AbstractCompileMojo_4;
	public static String AbstractCompileMojo_5;
	public static String AbstractCompileMojo_6;
	public static String AbstractCompileMojo_7;
	public static String AbstractCompileMojo_8;
	public static String AbstractCompileMojo_9;
	public static String AbstractCompileMojo_10;
	public static String AbstractCompileMojo_11;
	public static String AbstractCompileMojo_12;
	public static String AbstractCompileMojo_13;
	public static String AbstractCompileMojo_14;
	public static String AbstractCompileMojo_15;
	public static String AbstractCompileMojo_16;
	public static String AbstractCompileMojo_17;
	public static String AbstractCompileMojo_18;
	static {
		// initialize resource bundle
		NLS.initializeMessages(BUNDLE_NAME, Messages.class);
	}

	private Messages() {
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy