public abstract class FileSystemBase<F> extends Object implements IBasicFileSystem<F>
FileSystems
.Modifier and Type | Field and Description |
---|---|
protected org.apache.logging.log4j.Logger |
log |
Constructor and Description |
---|
FileSystemBase() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getMaxNumberOfMessagesToList() |
int |
getNumberOfFilesInFolder(String folder) |
boolean |
isOpen() |
void |
open() |
void |
setMaxNumberOfMessagesToList(int maxNumberOfMessagesToList)
The maximum number of messages to be retrieved from a folder.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
configure, copyFile, createFolder, deleteFile, exists, folderExists, getAdditionalFileProperties, getCanonicalName, getFileSize, getModificationTime, getName, getParentFolder, listFiles, moveFile, readFile, removeFolder, toFile, toFile
getDomain, getPhysicalDestinationName
public void open() throws FileSystemException
open
in interface IBasicFileSystem<F>
FileSystemException
public void close() throws FileSystemException
close
in interface IBasicFileSystem<F>
FileSystemException
public boolean isOpen()
isOpen
in interface IBasicFileSystem<F>
public int getNumberOfFilesInFolder(String folder) throws FileSystemException
getNumberOfFilesInFolder
in interface IBasicFileSystem<F>
FileSystemException
public void setMaxNumberOfMessagesToList(int maxNumberOfMessagesToList)
public int getMaxNumberOfMessagesToList()
Copyright © 2023 Frank!Framework. All rights reserved.