blob: f36f0434a4b3d936e185c600775dffd64bdb9f78 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2014 Xored Software Inc and others.
* 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:
* Xored Software Inc - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.rcptt.reporting.core;
public interface IQ7ReportConstants {
public static final String ROOT = "q7";
public static final String ROOT_WAIT = "q7.waitInfo";
public static final String PROFILE_ASYNC = "q7.profile.async";
public static final String PROFILE_JOBS = "q7.profile.jobs";
public static final String ROOT_STATS = "q7.stats";
public static final String PROFILE_RAW = "q7.profile.raw";
public static final String AGENTID = "q7.execution.agentId";
public static final String ITERABLE = "q7.command.iterable";
}