public class SystemTmpDirCondition extends AbstractCondition
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)Constructor and Description |
---|
SystemTmpDirCondition() |
Modifier and Type | Method and Description |
---|---|
boolean |
check(InstallContext installContext) |
getDescription, getName
public boolean check(InstallContext installContext)
Copyright © 2003–2016 Magnolia International Ltd.. All rights reserved.