protected void addChildren(VirtualFile root, VirtualFile parent, StructureMetaData metaData, VFSStructuralDeployers deployers, VisitorAttributes attributes) throws Exception
{
if (parent == null)
throw new IllegalArgumentException("Null parent");
StructureContext context = new StructureContext(root, null, parent, metaData, deployers, null);
addChildren(context, attributes);
}