java.lang.Object
com.thoughtworks.go.plugin.configrepo.contract.CRBase
com.thoughtworks.go.plugin.configrepo.contract.material.CRFilter
All Implemented Interfaces:
Locatable

public class CRFilter
extends CRBase
  • Field Summary

    Fields inherited from class com.thoughtworks.go.plugin.configrepo.contract.CRBase

    location
  • Constructor Summary

    Constructors
    Constructor Description
    CRFilter​(java.util.List<java.lang.String> list, boolean isFilterInverted)  
  • Method Summary

    Modifier and Type Method Description
    void getErrors​(ErrorCollection errors, java.lang.String parentLocation)  
    java.util.List<java.lang.String> getList()  
    java.lang.String getLocation​(java.lang.String parent)  
    boolean isEmpty()  
    boolean isIncluded()  
    void setIgnore​(java.util.List<java.lang.String> ignore)  
    void setIncludesNoCheck​(java.util.List<java.lang.String> list)  

    Methods inherited from class com.thoughtworks.go.plugin.configrepo.contract.CRBase

    getErrors, getLocation, setLocation

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CRFilter

      public CRFilter​(java.util.List<java.lang.String> list, boolean isFilterInverted)
  • Method Details

    • getErrors

      public void getErrors​(ErrorCollection errors, java.lang.String parentLocation)
      Specified by:
      getErrors in class CRBase
    • getLocation

      public java.lang.String getLocation​(java.lang.String parent)
    • isEmpty

      public boolean isEmpty()
    • isIncluded

      public boolean isIncluded()
    • getList

      public java.util.List<java.lang.String> getList()
    • setIgnore

      public void setIgnore​(java.util.List<java.lang.String> ignore)
    • setIncludesNoCheck

      public void setIncludesNoCheck​(java.util.List<java.lang.String> list)