All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zodiac.plugin.integration.operator.verify.PluginVerify Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.plugin.integration.operator.verify;

import java.nio.file.Path;

/**
 * 插件合法校验器接口。
 * 
 * @see DefaultPluginVerify
 * @see PluginLegalVerify
 */
public interface PluginVerify {

    /**
     * 校验插件包
     * 
     * @param path
     *            插件路径
     * @return 返回校验成功的路径
     * @throws Exception
     *             插件异常
     */
    Path verify(Path path) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy