18#if !defined(_LOG4CXX_ROLLING_ZIP_COMPRESS_ACTION_H)
19#define _LOG4CXX_ROLLING_ZIP_COMPRESS_ACTION_H
32 struct ZipCompressActionPrivate;
44 const
File& destination,
An abstract representation of file and directory path names.
Definition file.h:41
Definition zipcompressaction.h:31
void setThrowIOExceptionOnForkFailure(bool throwIO)
Set to true to throw an IOException on a fork failure.
ZipCompressAction(const File &source, const File &destination, bool deleteSource)
Constructor.
bool execute(log4cxx::helpers::Pool &pool) const override
Perform action.
Definition propertysetter.h:27
#define LOG4CXX_CAST_ENTRY(Interface)
Definition object.h:158
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition object.h:39
#define END_LOG4CXX_CAST_MAP()
Definition object.h:152
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition object.h:164
#define BEGIN_LOG4CXX_CAST_MAP()
Definition object.h:146