![JAR search and dependency download from the Maven repository](/logo.png)
net.ymate.platform.plugin.IPluginExtraParser Maven / Gradle / Ivy
/*
* Copyright 2007-2107 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package net.ymate.platform.plugin;
import org.w3c.dom.Node;
/**
*
* IPluginExtraParser
*
*
* 插件主配置文件附加内容分析器;
*
*
* @author 刘镇([email protected])
* @version 0.0.0
*
*
* 版本号 动作 修改人 修改时间
*
*
*
* 0.0.0
* 创建类
* 刘镇
* 2011-10-17下午09:27:18
*
*
*/
public interface IPluginExtraParser {
/**
* @param extraPart 插件附加内容的XML元素对象
* @return 执行插件主配置文件中附加内容,并返回附加内容对象
*/
public Object doExtarParser(Node extraPart);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy