Uses of Class
info.magnolia.module.delta.AbstractCondition

Packages that use AbstractCondition
info.magnolia.module.delta   
info.magnolia.module.exchangesimple.setup   
info.magnolia.setup This package contains the classes necessary to install and update Magnolia's core module. 
 

Uses of AbstractCondition in info.magnolia.module.delta
 

Subclasses of AbstractCondition in info.magnolia.module.delta
 class FalseCondition
          A Condition which always return false.
 class TrueCondition
          A Condition which always return true.
 class WarnCondition
          Similar to the WarnTask, WarnCondition will always pass (return true) but will log a warning message in the InstallContext.
 

Uses of AbstractCondition in info.magnolia.module.exchangesimple.setup
 

Subclasses of AbstractCondition in info.magnolia.module.exchangesimple.setup
 class CheckKeyProperty
          Verify that the location of private and public keys used for activation is present in the configuration.
 

Uses of AbstractCondition in info.magnolia.setup
 

Subclasses of AbstractCondition in info.magnolia.setup
 class SystemTmpDirCondition
          A Condition which checks the system temporary folder (as per the java.io.tmpdir property) exists and is writable.
 



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