blob: 3d85f3f24f3e93b7756619fa3f4f19645613cdfc [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
******************************************************************************/
package org.eclipse.ptp.rm.jaxb.core.messages;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.ptp.rm.jaxb.core.messages.messages"; //$NON-NLS-1$
public static String JAXBCorePlugin_Exception_InternalError;
public static String JAXBServiceProvider_defaultDescription;
public static String JAXBServiceProvider_defaultName;
public static String JAXBResourceManager_initError;
public static String RMVariableResolver_derefError;
public static String Copy_Operation_Null_FileManager;
public static String Copy_Operation_cancelled_by_user;
public static String Copy_Operation_Local_resource_does_not_exist;
public static String StreamParserNoSuchVariableError;
public static String ManagedFilesJob;
public static String ManagedFilesJobError;
public static String ScriptHandlerJob;
public static String ScriptHandlerWriteError;
public static String RMNoSuchCommandError;
public static String MissingRunCommandsError;
public static String EmptyCommandDef;
public static String MissingArglistFromCommandError;
public static String CouldNotLaunch;
public static String StdoutParserError;
public static String StderrParserError;
public static String RMNoSuchParserError;
public static String ParserInternalError;
public static String ProcessExitValueError;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
// Prevent instances.
}
}