Inherits log4cxx::rolling::Action.
Classes | |
class | ClazzGZCompressAction |
Public Member Functions | |
virtual const helpers::Class & | getClass () const |
const void * | cast (const helpers::Class &clazz) const |
bool | instanceof (const helpers::Class &clazz) const |
GZCompressAction (const File &source, const File &destination, bool deleteSource) | |
Constructor. | |
virtual bool | execute (log4cxx::helpers::Pool &pool) const |
Perform action. | |
Static Public Member Functions | |
static const helpers::Class & | getStaticClass () |
static const log4cxx::helpers::ClassRegistration & | registerClass () |
GZCompressAction | ( | const File & | source, | |
const File & | destination, | |||
bool | deleteSource | |||
) |
Constructor.
const void* cast | ( | const helpers::Class & | clazz | ) | const [inline, virtual] |
Reimplemented from Action.
virtual bool execute | ( | log4cxx::helpers::Pool & | pool | ) | const [virtual] |
virtual const helpers::Class& getClass | ( | ) | const [virtual] |
Reimplemented from Action.
static const helpers::Class& getStaticClass | ( | ) | [static] |
Reimplemented from Action.
bool instanceof | ( | const helpers::Class & | clazz | ) | const [inline, virtual] |
Reimplemented from Action.
static const log4cxx::helpers::ClassRegistration& registerClass | ( | ) | [static] |
Reimplemented from Action.