blob: 724f45c4134afad9514999565a48bf2c969393ec [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014 Alex Panchenko
*
* 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:
* Alex Panchenko - initial API and Implementation
*******************************************************************************/
package org.eclipse.dltk.core;
/**
* @since 5.1
*/
public interface IBuildpathContainerExtension2 extends IBuildpathContainer {
IModelStatus validate();
}