Liferay 7.0-ce-m2

com.liferay.portal.fabric
Class FabricResourceMappingVisitor

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

public class FabricResourceMappingVisitor
extends ObjectGraphUtil.AnnotatedFieldMappingVisitor


Constructor Summary
FabricResourceMappingVisitor(Class<? extends Annotation> annotationClass, java.nio.file.Path remoteRepositoryPath)
           
 
Method Summary
protected  Object doMap(Field field, Object value)
           
 Map<java.nio.file.Path,java.nio.file.Path> getResourceMap()
           
 
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

FabricResourceMappingVisitor

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

getResourceMap

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

doMap

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

Liferay 7.0-ce-m2