Liferay 6.0.5

com.liferay.portal.upgrade.util
Class MemoryValueMapper

java.lang.Object
  extended by com.liferay.portal.upgrade.util.MemoryValueMapper
All Implemented Interfaces:
ValueMapper

public class MemoryValueMapper
extends Object
implements ValueMapper


Constructor Summary
MemoryValueMapper()
           
MemoryValueMapper(Set<Object> exceptions)
           
 
Method Summary
 void appendException(Object exception)
           
 Map<Object,Object> getMap()
           
 Object getNewValue(Object oldValue)
           
 Iterator<Object> iterator()
           
 void mapValue(Object oldValue, Object newValue)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryValueMapper

public MemoryValueMapper()

MemoryValueMapper

public MemoryValueMapper(Set<Object> exceptions)
Method Detail

getNewValue

public Object getNewValue(Object oldValue)
                   throws Exception
Specified by:
getNewValue in interface ValueMapper
Throws:
Exception

mapValue

public void mapValue(Object oldValue,
                     Object newValue)
              throws Exception
Specified by:
mapValue in interface ValueMapper
Throws:
Exception

appendException

public void appendException(Object exception)
Specified by:
appendException in interface ValueMapper

iterator

public Iterator<Object> iterator()
                          throws Exception
Specified by:
iterator in interface ValueMapper
Throws:
Exception

size

public int size()
         throws Exception
Specified by:
size in interface ValueMapper
Throws:
Exception

getMap

public Map<Object,Object> getMap()

Liferay 6.0.5