// ============================================================================ // // Copyright (C) 2006-2012 Talend Inc. - www.talend.com // // This source code is available under agreement available at // %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt // // You should have received a copy of the agreement // along with this program; if not, write to Talend SA // 9 rue Pages 92150 Suresnes, France // // ============================================================================ package org.talend.designer.core.debug; /** * DOC bqian class global comment. Detailled comment */ public class TalendDebugUIConstants { /* * Identifier for job configuration type */ public static final String JOB_DEBUG_LAUNCH_CONFIGURATION_TYPE = "org.talend.designer.runprocess.jobLaunchConfiguration"; //$NON-NLS-1$ /** * mark for store the job name in ILaunchConfiguration */ public static final String JOB_NAME = "TALEND_JOB_NAME"; //$NON-NLS-1$ public static final String JOB_ID = "TALEND_JOB_ID"; //$NON-NLS-1$ public static final String JOB_VERSION = "TALEND_JOB_VERSION"; //$NON-NLS-1$ public static final String CURRENT_PROJECT_NAME = "CURRENT_PROJECT_NAME"; //$NON-NLS-1$ public static final String TALEND_JOB_LAUNCH_SHORTCUT_ID = "org.talend.designer.runprocess.debug.JobLaunchShortcut"; //$NON-NLS-1$ }