public class MemoryValueMapper
extends Object
implements com.liferay.portal.kernel.upgrade.util.ValueMapper
| Constructor and Description |
|---|
MemoryValueMapper() |
MemoryValueMapper(Set<Object> exceptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendException(Object exception) |
Map<Object,Object> |
getMap() |
Object |
getNewValue(Object oldValue) |
Iterator<Object> |
iterator() |
void |
mapValue(Object oldValue,
Object newValue) |
int |
size() |
public MemoryValueMapper()
public MemoryValueMapper(Set<Object> exceptions)
public void appendException(Object exception)
appendException in interface com.liferay.portal.kernel.upgrade.util.ValueMapperpublic Map<Object,Object> getMap()
public Object getNewValue(Object oldValue)
throws Exception
getNewValue in interface com.liferay.portal.kernel.upgrade.util.ValueMapperExceptionpublic Iterator<Object> iterator()
throws Exception
iterator in interface com.liferay.portal.kernel.upgrade.util.ValueMapperExceptionpublic void mapValue(Object oldValue,
Object newValue)
throws Exception
mapValue in interface com.liferay.portal.kernel.upgrade.util.ValueMapperExceptionpublic int size()
throws Exception
size in interface com.liferay.portal.kernel.upgrade.util.ValueMapperException