
com.baidu.disconf.client.scan.inner.statically.StaticScannerMgr Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of disconf-client Show documentation
Show all versions of disconf-client Show documentation
https://github.com/knightliao/disconf/tree/master/disconf-client
The newest version!
package com.baidu.disconf.client.scan.inner.statically;
import java.util.Set;
import com.baidu.disconf.client.scan.inner.statically.model.ScanStaticModel;
/**
* @author liaoqiqi
* @version 2014-9-9
*/
public interface StaticScannerMgr {
void scanData2Store(ScanStaticModel scanModel);
void exclude(Set keySet);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy