blob: f2645fed329c01f3b161e545e50c83f8a57b2812 [file] [log] [blame]
/*********************************************************************
* Copyright (c) 2009, 2012 SpringSource, a division of VMware, Inc.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
**********************************************************************/
package org.eclipse.virgo.ide.runtime.core.artefacts;
/**
* An artefact that has a corresponding file system entity.
*
* @author Miles Parker
*
*/
public interface ILocalArtefact extends IArtefact, ILocalEntity {
}