org.hudsonci.utils.marshal.xref
Interface XReferenceStore

All Known Implementing Classes:
FileXReferenceStore

public interface XReferenceStore

Exposes pluggable strategy for storing and loading the external reference.

Since:
2.1.0
Author:
Jason Dillon

Method Summary
 Object load(XReference ref)
           
 void store(XReference ref)
           
 

Method Detail

store

void store(XReference ref)
           throws IOException
Throws:
IOException

load

Object load(XReference ref)
            throws IOException
Throws:
IOException


Copyright © 2004-2011 Hudson. All Rights Reserved.