资源简介
不错的数据挖掘工具,一款很好用的WAKE数据挖掘工具
代码片段和文件信息
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not write to the Free Software
* Foundation Inc. 675 Mass Ave Cambridge MA 02139 USA.
*/
/*
* Created on 20056る30ら
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code style - Code Templates
*/
package eti.bi.alphaminer.core.config;
import java.io.File;
import java.net.MalformedURLException;
import java.net.URL;
import eti.bi.alphaminer.Locale.LocalesManager;
import eti.bi.alphaminer.core.Node.NodeLoader;
import eti.bi.alphaminer.core.help.AlphaminerHelpHandler;
import eti.bi.alphaminer.core.observer.Observer;
import eti.bi.alphaminer.core.workspace.WorkspacesManager;
import eti.bi.alphaminer.operation.operator.OperatorFactory;
import eti.bi.common.Locale.Resource;
import eti.bi.common.System.SysConfig;
import eti.bi.common.System.SystemInfo;
import eti.bi.common.System.SystemTempFile;
import eti.bi.common.System.SystemVariable;
import eti.bi.exception.SysException;
import eti.bi.util.ResourceLoader;
/**
* @author kjor
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code style - Code Templates
*/
public class ConfigLoader implements Observer{
public static String HOME = ““;
public static void loadConfig() throws Exception
{
String home = System.getProperty(“HOME“);
if (home==null)
{
throw new SysException(“Please set home property: -DHOME=“);
}else
{
HOME = home;
SysConfig.setHome(home);
SystemInfo.load();
SystemVariable.initialize();
SystemTempFile.initialize();
String resourcePath = HOME + File.separator+“resources“;
ResourceLoader.setPath(resourcePath);
LocalesManager.load();
Resource.setCurrentLocale(LocalesManager.getCurrentLocale());
Resource.initialize();
SysConfig.loadConfig(HOME+File.separator+“config“+File.separator+“sysconfig.properties“);
SysConfig.loadExceptionMessage(HOME+File.separator+“config“+File.separator+“exceptionMessage.properties“);
// SysConfig.setProperty(Constants.BIML_REPOSITORY_KEY
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2006-10-11 16:20 bin\
目录 0 2006-10-11 16:16 bin\alphaminer\
目录 0 2006-10-11 16:16 bin\alphaminer\eti\
目录 0 2006-10-11 16:16 bin\alphaminer\eti\bi\
目录 0 2006-10-11 16:16 bin\alphaminer\eti\bi\alphaminer\
目录 0 2006-10-11 16:16 bin\alphaminer\eti\bi\alphaminer\core\
目录 0 2006-10-11 16:16 bin\alphaminer\eti\bi\alphaminer\core\config\
文件 2671 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\config\ConfigLoader.class
目录 0 2006-10-11 16:16 bin\alphaminer\eti\bi\alphaminer\core\handler\
文件 3573 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\handler\AccessController.class
文件 12731 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\handler\CaseHandler.class
文件 2316 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\handler\CaseInfoListHandler.class
文件 620 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\handler\CommunicationHandlerBridge.class
文件 543 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\handler\CommunicationHandlerFactory.class
文件 595 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\handler\ConfigurationHandler.class
文件 905 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\handler\ICommunicationHandler.class
文件 2156 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\handler\LocalCommunicationHandlerImpl.class
文件 7485 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\handler\OperatorProcessThread.class
文件 1268 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\handler\ServerCommunicationHandlerImpl.class
目录 0 2006-10-11 16:16 bin\alphaminer\eti\bi\alphaminer\core\Node\
文件 1435 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\Node\NodeGroup.class
文件 6249 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\Node\NodeLoader.class
文件 5322 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\Node\NodeSAXHandler.class
文件 1338 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\Node\Stencil.class
目录 0 2006-10-11 16:16 bin\alphaminer\eti\bi\alphaminer\core\observer\
文件 1417 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\observer\OperatorPropertyObserver.class
文件 1019 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\observer\OperatorResultObserver.class
目录 0 2006-10-11 16:16 bin\alphaminer\eti\bi\alphaminer\core\storage\
文件 324 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\storage\BCB.class
文件 952 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\storage\BCBLocalBindingImpl.class
文件 329 2006-10-11 16:15 bin\alphaminer\eti\bi\alphaminer\core\storage\BCR.class
............此处省略6117个文件信息
- 上一篇:node-v8.16.2-x64.msi
- 下一篇:数据结构1800题含详解答案
评论
共有 条评论