org.quattor.pan.repository
Interface SourceRepository

All Known Implementing Classes:
FileSystemSourceRepository, FileSystemSourceRepositoryWithoutSessionDir, FileSystemSourceRepositoryWithSessionDir

public interface SourceRepository


Method Summary
 SourceFile retrievePanSource(String name)
           
 SourceFile retrievePanSource(String name, List<String> loadpath)
           
 SourceFile retrieveTxtSource(String fullname)
           
 SourceFile retrieveTxtSource(String fullname, List<String> loadpath)
           
 

Method Detail

retrievePanSource

SourceFile retrievePanSource(String name)

retrievePanSource

SourceFile retrievePanSource(String name,
                             List<String> loadpath)

retrieveTxtSource

SourceFile retrieveTxtSource(String fullname)

retrieveTxtSource

SourceFile retrieveTxtSource(String fullname,
                             List<String> loadpath)


Copyright © 2012 Quattor. All Rights Reserved.