⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bootstraploader.java

📁 jConfig,JAVA读取XML的开源项目
💻 JAVA
字号:
/*
 * BootstrapLoader.java
 *
 * Created on 23. August 2004, 21:30
 */

package org.jconfig.bootstrap;

import org.jconfig.*;
/**
 * This interface defines the method that every BootstrapLoader
 * must implement
 * 
 * @author  Andreas Mecky andreasmecky@yahoo.de
 * @author  Terry Dye terrydye@yahoo.com
 */
public interface BootstrapLoader {
    
    /**
     * This method is supposed to return a list of configurations.
     * The specific BootstrapLoader is used by the ConfigurationManager
     * when instantiated. All configurations will be added to the 
     * ConfigurationManager.
     */
    public LoadedItem[] load() throws ConfigurationManagerException;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -