de.janrufmonitor.repository.types
Interface ILocalRepository


public interface ILocalRepository

This type is used for local storage repositories. These kind of repositories store their information on the local filesystem.

Author:
brandt

Method Summary
 String getFile()
          Gets the full qualified file path to the local file
 String getFileType()
          Gets the file type as extension, e.g. *.db
 String getNamespace()
           
 void setFile(String filename)
          Sets the full qualified file path for the local file.
 

Method Detail

getNamespace

String getNamespace()

getFile

String getFile()
Gets the full qualified file path to the local file

Returns:
a filepath string

setFile

void setFile(String filename)
Sets the full qualified file path for the local file.

Parameters:
filename -

getFileType

String getFileType()
Gets the file type as extension, e.g. *.db

Returns:
a valid filetype


Copyright © 2010 by Thilo Brandt. All Rights Reserved.