java.lang.Object
org.apache.camel.component.file.consumer.adapters.FileSet
All Implemented Interfaces:
org.apache.camel.resume.Offset<File>, org.apache.camel.resume.Serializable

public class FileSet extends Object implements org.apache.camel.resume.Offset<File>
  • Field Summary

    Fields inherited from interface org.apache.camel.resume.Serializable

    BYTES, TYPE_FILE, TYPE_INTEGER, TYPE_LONG, TYPE_STRING
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    FileSet(File offset)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    Deprecated.
     
    void
    update(File offset)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.camel.resume.Offset

    getValue, serialize

    Methods inherited from interface org.apache.camel.resume.Serializable

    serialize
  • Constructor Details

    • FileSet

      public FileSet()
    • FileSet

      public FileSet(File offset)
  • Method Details

    • getLastOffset

      @Deprecated public Object getLastOffset()
      Deprecated.
    • contains

      public boolean contains(Object o)
    • update

      public void update(File offset)
      Specified by:
      update in interface org.apache.camel.resume.Offset<File>
    • getValue

      public File getValue()
      Specified by:
      getValue in interface org.apache.camel.resume.Offset<File>