info.magnolia.module
Class ModuleManager.ModuleAndDeltas

java.lang.Object
  extended by info.magnolia.module.ModuleManager.ModuleAndDeltas
Enclosing interface:
ModuleManager

public static final class ModuleManager.ModuleAndDeltas
extends Object

Represents what's to be done for each module.


Constructor Summary
ModuleManager.ModuleAndDeltas(ModuleDefinition module, Version currentVersion, List<Delta> deltas)
           
 
Method Summary
 Version getCurrentVersion()
           
 List<Delta> getDeltas()
           
 ModuleDefinition getModule()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModuleManager.ModuleAndDeltas

public ModuleManager.ModuleAndDeltas(ModuleDefinition module,
                                     Version currentVersion,
                                     List<Delta> deltas)
Method Detail

getModule

public ModuleDefinition getModule()

getCurrentVersion

public Version getCurrentVersion()

getDeltas

public List<Delta> getDeltas()

toString

public String toString()
Overrides:
toString in class Object


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