/******************************************************************************* * This file is protected by Copyright. * Please refer to the COPYRIGHT file distributed with this source distribution. * * This file is part of REDHAWK IDE. * * 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 *******************************************************************************/ // BEGIN GENERATED CODE package gov.redhawk.ide.debug.impl; import gov.redhawk.ide.debug.LocalFileManager; import gov.redhawk.ide.debug.ScaDebugPackage; import gov.redhawk.model.sca.impl.ScaFileManagerImpl; import org.eclipse.emf.ecore.EClass; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Local File Manager</b></em>'. * <!-- end-user-doc --> * * @generated */ public class LocalFileManagerImpl extends ScaFileManagerImpl implements LocalFileManager { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected LocalFileManagerImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return ScaDebugPackage.Literals.LOCAL_FILE_MANAGER; } } //LocalFileManagerImpl