blob: 2a937c485a97dd13c89519e05f5406afdfe1f6ec [file] [log] [blame]
package org.eclipse.cdt.core.model;
/*
* (c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*/
/**
* Represents a container of all the IBinary's found in the project
* while inspecting the project.
*/
public interface IBinaryContainer extends ICElement, IParent, IOpenable {
public IBinary[] getBinaries();
}