Inherits log4cxx::rolling::Action.
Classes | |
class | ClazzFileRenameAction |
Public Member Functions | |
virtual const helpers::Class & | getClass () const |
const void * | cast (const helpers::Class &clazz) const |
bool | instanceof (const helpers::Class &clazz) const |
FileRenameAction (const File &toRename, const File &renameTo, bool renameEmptyFile) | |
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 () |
FileRenameAction | ( | const File & | toRename, | |
const File & | renameTo, | |||
bool | renameEmptyFile | |||
) |
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.