81a62cbb77caa91134acb16ca3c6ee02c01c7d7b
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.jni / src / org / eclipse / linuxtools / lttng / jni_v2_5 / JniParser_v2_5.java
1 package org.eclipse.linuxtools.lttng.jni_v2_5;
2 /*******************************************************************************
3 * Copyright (c) 2009 Ericsson
4 *
5 * All rights reserved. This program and the accompanying materials are
6 * made available under the terms of the Eclipse Public License v1.0 which
7 * accompanies this distribution, and is available at
8 * http://www.eclipse.org/legal/epl-v10.html
9 *
10 * Contributors:
11 * William Bourque (wbourque@gmail.com) - Initial API and implementation
12 *******************************************************************************/
13
14 import org.eclipse.linuxtools.lttng.jni.JniParser;
15
16 /**
17 * <b><u>JniParser_v2_5</u></b>
18 * <p>
19 * JniParser version to support Lttng traceformat of version 2.5<br>
20 * This class extend abstract class JniParser with (possibly) version specific implementation.<br>
21 * <p>
22 */
23 public class JniParser_v2_5 extends JniParser {
24
25 /*
26 * Forbid access to the default constructor
27 */
28 protected JniParser_v2_5() {
29 super();
30 }
31 }
This page took 0.030308 seconds and 4 git commands to generate.