goldengate.common.file.passthrough
Interface PassthroughFileFactory


public interface PassthroughFileFactory

This interface is a factory for PassthroughFile.

Author:
Frederic Bregier

Method Summary
 PassthroughFile create(PassthroughBasedFileImpl pbfi)
           
 PassthroughFile create(PassthroughFile dir, String path)
           
 

Method Detail

create

PassthroughFile create(PassthroughBasedFileImpl pbfi)
                       throws PassthroughException
Parameters:
pbfi - the PassthroughBasedFileImpl
Returns:
the associated PassthroughFile
Throws:
PassthroughException

create

PassthroughFile create(PassthroughFile dir,
                       String path)
                       throws PassthroughException
Parameters:
dir - Base directory (may be null)
path - relative or absolute path (may be null)
Returns:
the associated PassthroughFile
Throws:
PassthroughException


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.