类 StartsWithFilterChain
- java.lang.Object
-
- com.smartdoc.gradle.chain.StartsWithFilterChain
-
- 所有已实现的接口:
FilterChain
public class StartsWithFilterChain extends java.lang.Object implements FilterChain
-
-
构造器概要
构造器 构造器 说明 StartsWithFilterChain()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanignoreArtifactById(CustomArtifact artifact)voidsetNext(FilterChain nextInChain)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 com.smartdoc.gradle.chain.FilterChain
ignore
-
-
-
-
方法详细资料
-
setNext
public void setNext(FilterChain nextInChain)
- 指定者:
setNext在接口中FilterChain
-
ignoreArtifactById
public boolean ignoreArtifactById(CustomArtifact artifact)
- 指定者:
ignoreArtifactById在接口中FilterChain
-
-