Class FilterSet.FiltersFile

  • Enclosing class:
    FilterSet

    public class FilterSet.FiltersFile
    extends java.lang.Object
    The filtersfile nested element.
    • Constructor Summary

      Constructors 
      Constructor Description
      FiltersFile()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setFile​(java.io.File file)
      Sets the file from which filters will be read.
      • Methods inherited from class java.lang.Object

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

      • FiltersFile

        public FiltersFile()
    • Method Detail

      • setFile

        public void setFile​(java.io.File file)
        Sets the file from which filters will be read.
        Parameters:
        file - the file from which filters will be read.