Uses of Class
org.hudsonci.utils.marshal.xref.XReference

Packages that use XReference
org.hudsonci.utils.marshal.xref   
 

Uses of XReference in org.hudsonci.utils.marshal.xref
 

Fields in org.hudsonci.utils.marshal.xref declared as XReference
protected  XReference XReferenceConverter.HolderSupport.ref
           
 

Methods in org.hudsonci.utils.marshal.xref with parameters of type XReference
protected  XReference.Holder XReferenceConverter.createStoredHolder(XReference ref, Object target)
          Create the holder to be used after the reference has been stored.
protected  XReference.Holder XReferenceConverter.createUnmarshalHolder(XReference ref)
          Create the holder to be used after the reference has been unmarshalled.
protected  File FileXReferenceStore.getFile(XReference ref)
           
protected  Marshaller FileXReferenceStore.getMarshaller(XReference ref)
           
protected  Object XReferenceStoreConverter.load(XReference ref)
           
 Object XReferenceStore.load(XReference ref)
           
protected abstract  Object XReferenceConverter.load(XReference ref)
          Provides reference loading behavior.
 Object FileXReferenceStore.load(XReference ref)
           
protected  void XReferenceStoreConverter.store(XReference ref)
           
 void XReferenceStore.store(XReference ref)
           
protected abstract  void XReferenceConverter.store(XReference ref)
          Provides reference storing behavior.
 void FileXReferenceStore.store(XReference ref)
           
 

Constructors in org.hudsonci.utils.marshal.xref with parameters of type XReference
XReferenceConverter.HolderSupport(XReference ref)
           
XReferenceConverter.SoftUnmarshalHolder(XReference ref)
           
XReferenceConverter.SoftUnmarshalHolder(XReference ref, Object target)
           
XReferenceConverter.UnmarshalHolder(XReference ref)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.