Class Reference

java.lang.Object
org.alfresco.repo.virtual.ref.Reference

public class Reference extends Object
A generic, immutable virtualized artefact reference.
Refers virtualized artefacts through :
  • a Protocol - defines what kind of virtualzied artefact is referred by this reference as well as what virtualization process was applied
  • a Resource - identifies the main resource used in the virtualization (egg. a classpath location or repository node reference)
  • a list of ResourceParameters - used in customizing the virtualization process (egg. a resource pointing to the actual node of a semi-virtual folder reference)
Author:
Bogdan Horje