0N/A * See LICENSE.txt included in this distribution for the specific
0N/A * file and include the License file at LICENSE.txt.
312N/A boolean optimizedChanged = false;
11N/A boolean searchRepositories = false;
58N/A boolean addProjects = false;
58N/A boolean refreshHistory = false;
207N/A boolean createDict = false;
491N/A addProjects = true;
491N/A refreshHistory = true;
1416N/A System.err.println(" Ex: \"-O on\" will optimize the database as part of the index generation");
1416N/A optimizedChanged = true;
491N/A searchRepositories = true;
491N/A System.err.println(" Ex: \"-Q on\" will just scan a \"chunk\" of the file and insert \"[..all..]\"");
491N/A System.err.println(" \"-Q off\" will try to build a more accurate list by reading the complete file.");
1416N/A String fn = LogManager.getLogManager().getProperty("java.util.logging.FileHandler.pattern");
491N/A boolean searchRepositories,
491N/A boolean addProjects,
491N/A boolean refreshHistory,
491N/A boolean createDict,
1185N/A if (listRepoPathes) {
1185N/A } catch (HistoryException e) {
491N/A if (addProjects) {
491N/A if (refreshHistory) {
491N/A if (createDict) {
491N/A throws IOException {