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. 
info.magnolia.setup.for4_5   
 

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.
 

Uses of AbstractCondition in info.magnolia.setup.for4_5
 

Subclasses of AbstractCondition in info.magnolia.setup.for4_5
 class IsNotAProblematicEnvironmentCondition
          A Condition prohibiting to install in problematic environments - unless explicitly allowed.
 



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