Search in sources :

Example 1 with IFlatResource

use of org.eclipse.wst.common.componentcore.internal.flat.IFlatResource in project webtools.sourceediting by eclipse.

the class FlatComponentDeployable method members.

@Override
public IModuleResource[] members() throws CoreException {
    if (component.isBinary())
        return LEGACY_binaryMembers();
    IFlatVirtualComponent em = getFlatComponent();
    IFlatResource[] resources = em.fetchResources();
    return convert(resources);
}
Also used : IFlatVirtualComponent(org.eclipse.wst.common.componentcore.internal.flat.IFlatVirtualComponent) IFlatResource(org.eclipse.wst.common.componentcore.internal.flat.IFlatResource)

Aggregations

IFlatResource (org.eclipse.wst.common.componentcore.internal.flat.IFlatResource)1 IFlatVirtualComponent (org.eclipse.wst.common.componentcore.internal.flat.IFlatVirtualComponent)1