Class FileSet
- java.lang.Object
-
- org.apache.camel.component.file.consumer.adapters.FileSet
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontains(Object o)ObjectgetLastOffset()Deprecated.FilegetValue()voidupdate(File offset)
-
-
-
Constructor Detail
-
FileSet
public FileSet()
-
FileSet
public FileSet(File offset)
-
-
Method Detail
-
getLastOffset
@Deprecated public Object getLastOffset()
Deprecated.
-
contains
public boolean contains(Object o)
-
update
public void update(File offset)
- Specified by:
updatein interfaceorg.apache.camel.resume.Offset<File>
-
-