se.kmr.scam.client.http.helper
Class FileContentSupport

java.lang.Object
  extended byse.kmr.scam.client.http.helper.FileContentSupport
Direct Known Subclasses:
FileContentBean

public class FileContentSupport
extends Object

Provides support for file content handlers

Version:
$Revision: 1.3 $
Author:
Jöran
Created:
den 11 december 2002

Constructor Summary
FileContentSupport()
           
 
Method Summary
static String getRepositoryDir()
          Gets the repositoryDir attribute of the FileContentSupport object
static String getTempDir()
          Gets the tempDir attribute of the FileContentSupport object
static String getUriPrefix()
          Gets the uriPrefix attribute of the FileContentSupport object
static void setRepositoryDir(String aRepositoryDir)
          Sets the repositoryDir attribute of the FileContentSupport object
static void setTempDir(String aTempDir)
          Sets the tempDir attribute of the FileContentSupport object
static void setUriPrefix(String aUrlPrefix)
          Sets the uriPrefix attribute of the FileContentSupport object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileContentSupport

public FileContentSupport()
Method Detail

getTempDir

public static String getTempDir()
Gets the tempDir attribute of the FileContentSupport object

Returns:
The tempDir value

setTempDir

public static void setTempDir(String aTempDir)
Sets the tempDir attribute of the FileContentSupport object


setRepositoryDir

public static void setRepositoryDir(String aRepositoryDir)
Sets the repositoryDir attribute of the FileContentSupport object


getRepositoryDir

public static String getRepositoryDir()
Gets the repositoryDir attribute of the FileContentSupport object

Returns:
The repositoryDir value

setUriPrefix

public static void setUriPrefix(String aUrlPrefix)
Sets the uriPrefix attribute of the FileContentSupport object


getUriPrefix

public static String getUriPrefix()
Gets the uriPrefix attribute of the FileContentSupport object

Returns:
The urlPrefix value


Copyright © 2003 SCAM. All Rights Reserved.