接口 FilterChain
-
- 所有已知实现类:
CommonArtifactFilterChain,ContainsFilterChain,SpringBootArtifactFilterChain,StartsWithFilterChain
public interface FilterChain
-
-
方法概要
所有方法 实例方法 抽象方法 默认方法 修饰符和类型 方法 说明 default booleanignore(FilterChain nextInChain, CustomArtifact artifact)booleanignoreArtifactById(CustomArtifact artifact)voidsetNext(FilterChain nextInChain)
-
-
-
方法详细资料
-
setNext
void setNext(FilterChain nextInChain)
-
ignoreArtifactById
boolean ignoreArtifactById(CustomArtifact artifact)
-
ignore
default boolean ignore(FilterChain nextInChain, CustomArtifact artifact)
-
-