Class IcebergContentTypeFilter

  • All Implemented Interfaces:
    org.projectnessie.gc.identify.ContentTypeFilter

    public final class IcebergContentTypeFilter
    extends java.lang.Object
    implements org.projectnessie.gc.identify.ContentTypeFilter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(org.projectnessie.model.Content.Type type)  
      java.util.Set<org.projectnessie.model.Content.Type> validTypes()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • test

        public boolean test​(org.projectnessie.model.Content.Type type)
        Specified by:
        test in interface org.projectnessie.gc.identify.ContentTypeFilter
      • validTypes

        public java.util.Set<org.projectnessie.model.Content.Type> validTypes()
        Specified by:
        validTypes in interface org.projectnessie.gc.identify.ContentTypeFilter