blob: 7eccf042e52e1362f3953917062c9de8c5c24304 [file] [log] [blame]
package org.eclipse.wst.validation.internal;
import org.eclipse.wst.validation.internal.plugin.ValidationPlugin;
public interface DebugConstants {
/** timings - trace the times of the validators. */
String TraceTimes = ValidationPlugin.PLUGIN_ID+"/timings"; //$NON-NLS-1$
/** timings/tracefile - file that stores the trace events */
String TraceTimesFile = ValidationPlugin.PLUGIN_ID+"/timings/tracefile"; //$NON-NLS-1$
}