blob: 908375d7e8ee2f23692979b5dd792a20112d15df [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 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.ecl.platform.ui.commands;
import org.eclipse.rcptt.ecl.core.Command;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Clear Log View</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.rcptt.ecl.platform.ui.commands.CommandsPackage#getClearLogView()
* @model annotation="http://www.eclipse.org/ecl/docs description='Clears error log. If Error log is open, then it is closed before log clearing and then open again.' returns='Nothing'"
* @generated
*/
public interface ClearLogView extends Command {
} // ClearLogView