|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package com.fr.env.detect.base; |
|
|
|
|
|
|
|
|
|
import com.fr.common.annotations.Careful; |
|
|
|
|
import com.fr.env.detect.bean.DetectorResult; |
|
|
|
|
import com.fr.env.detect.bean.DetectorType; |
|
|
|
|
import com.fr.env.detect.impl.DetectorChain; |
|
|
|
@ -21,9 +22,11 @@ import java.util.stream.Stream;
|
|
|
|
|
/** |
|
|
|
|
* 检测器桥接逻辑 |
|
|
|
|
* [detect-core] - bridge - ui |
|
|
|
|
* 标记为谨慎类。目前埋点依赖于包名、方法名、方法特征,不能随意更改 |
|
|
|
|
* |
|
|
|
|
* created by Harrison on 2022/05/13 |
|
|
|
|
**/ |
|
|
|
|
@Careful |
|
|
|
|
public class DetectorBridge { |
|
|
|
|
|
|
|
|
|
public static DetectorBridge getInstance() { |
|
|
|
|