createChildrenCommand = new CreateChildrenFromJavaModelCommand(pack, Flags.AccPublic, false);
} else if (initialObjectCreationPage.recursiveChildrenButton.getSelection()) {
createChildrenCommand = new CreateChildrenFromJavaModelCommand(pack, Flags.AccPublic, true);
}
if (createChildrenCommand != null && createChildrenCommand.canExecute()) {
createChildrenCommand.execute();
}
}
// Save the contents of the resource to the file system.
//
Map options = new HashMap();