info.magnolia.setup
Class SystemTmpDirCondition

java.lang.Object
  extended by info.magnolia.module.delta.AbstractCondition
      extended by 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: $)

Constructor Summary
SystemTmpDirCondition()
           
 
Method Summary
 boolean check(InstallContext installContext)
           
 
Methods inherited from class info.magnolia.module.delta.AbstractCondition
getDescription, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemTmpDirCondition

public SystemTmpDirCondition()
Method Detail

check

public boolean check(InstallContext installContext)


Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.