info.magnolia.setup
Class SystemTmpDirCondition
java.lang.Object
info.magnolia.module.delta.AbstractCondition
info.magnolia.setup.SystemTmpDirCondition
- All Implemented Interfaces:
- Condition
public class SystemTmpDirCondition
- extends AbstractCondition
A Condition
which checks the system temporary folder (as per the java.io.tmpdir property) exists and is writable.
It can happen that users accidentally delete the temp folder, which can cause all sorts of trouble. (JackRabbit uses it while importing files, for example)
- Version:
- $Revision: $ ($Author: $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemTmpDirCondition
public SystemTmpDirCondition()
check
public boolean check(InstallContext installContext)
Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.