blob: b172b3d7106ae78c8399385d940314cfd5da90df [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2019 École Polytechnique de Montréal
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License 2.0 which
* accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
/**
* <code>/TraceCompass/Filters</code>: EASE Scripting module that allows to
* filter Trace Compass data with specific regexes. Also contains helpers to
* create filter strings understandable by Trace Compass.
*
* <pre>
* Load: <code>/TraceCompass/Filters</code>
* Type: Core
* </pre>
*/
@org.eclipse.jdt.annotation.NonNullByDefault
package org.eclipse.tracecompass.incubator.scripting.core.filters;