Liferay 7.0-ce-b4

com.liferay.portal.fabric
Class FabricPathMappingVisitor

java.lang.Object
  extended by com.liferay.portal.kernel.util.ObjectGraphUtil.AnnotatedFieldMappingVisitor
      extended by com.liferay.portal.fabric.FabricPathMappingVisitor
All Implemented Interfaces:
ObjectGraphUtil.Visitor

public class FabricPathMappingVisitor
extends ObjectGraphUtil.AnnotatedFieldMappingVisitor


Constructor Summary
FabricPathMappingVisitor(Class<? extends Annotation> annotationClass, java.nio.file.Path remoteRepositoryPath)
           
FabricPathMappingVisitor(Class<? extends Annotation> annotationClass, java.nio.file.Path remoteRepositoryPath, boolean reverseMapping)
           
 
Method Summary
protected  Object doMap(Field field, Object value)
           
 Map<java.nio.file.Path,java.nio.file.Path> getPathMap()
           
 
Methods inherited from class com.liferay.portal.kernel.util.ObjectGraphUtil.AnnotatedFieldMappingVisitor
hasAnnotation, isFieldTypeClass, isLinkedClass, mapValue, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FabricPathMappingVisitor

public FabricPathMappingVisitor(Class<? extends Annotation> annotationClass,
                                java.nio.file.Path remoteRepositoryPath)

FabricPathMappingVisitor

public FabricPathMappingVisitor(Class<? extends Annotation> annotationClass,
                                java.nio.file.Path remoteRepositoryPath,
                                boolean reverseMapping)
Method Detail

getPathMap

public Map<java.nio.file.Path,java.nio.file.Path> getPathMap()

doMap

protected Object doMap(Field field,
                       Object value)
Specified by:
doMap in class ObjectGraphUtil.AnnotatedFieldMappingVisitor

Liferay 7.0-ce-b4