blob: 51dc3c05735206f533fd9dc0d6898a717402cb26 [file] [log] [blame]
/*******************************************************************************
* <copyright>
*
* Copyright (c) 2005, 2011 SAP AG.
* 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
*
* Contributors:
* Kiril Mitov - initial API, implementation and documentation
*
* </copyright>
*
*******************************************************************************/
package org.eclipse.jpt.jpadiagrameditor.ui.internal.util;
import org.eclipse.core.resources.IFile;
import org.eclipse.jdt.core.ICompilationUnit;
public interface IJavaCoreFacade {
public ICompilationUnit createCompilationUnitFrom(IFile file);
}