319320321322323324325326327328329
} ConfigWizardLoader wizard = new ConfigWizardLoader(this, entries); // ����ʽ�༭props�ļ� wizard.loadAndStart(); // ���������ļ� boolean allSuccess = true; for (Iterator i = entries.iterator(); i.hasNext();) {
335336337338339340341342343344345
return allSuccess; } else { ConfigWizardLoader wizard = new ConfigWizardLoader(this, inlineDescriptor); // ����ʽ�༭props�ļ� wizard.loadAndStart(); return true; } }
} ConfigWizardLoader wizard = new ConfigWizardLoader(this, entries); // 交互式编辑props文件 wizard.loadAndStart(); // 生成配置文件 boolean allSuccess = true; for (Iterator i = entries.iterator(); i.hasNext(); ) {
return allSuccess; } else { ConfigWizardLoader wizard = new ConfigWizardLoader(this, inlineDescriptor); // 交互式编辑props文件 wizard.loadAndStart(); return true; } }