org.alfresco.repo.audit
Class AuditConfigurationImpl

java.lang.Object
  extended by org.alfresco.repo.audit.AuditConfigurationImpl
All Implemented Interfaces:
AuditConfiguration, org.springframework.beans.factory.InitializingBean

public class AuditConfigurationImpl
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean, AuditConfiguration

A class to read the audit configuration from the class path


Constructor Summary
AuditConfigurationImpl()
          Default constructor
 
Method Summary
 void afterPropertiesSet()
           
 java.io.InputStream getInputStream()
          Get the XML content for the configuration as a stream.
 void setConfig(java.lang.String config)
          Set the audit config
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditConfigurationImpl

public AuditConfigurationImpl()
Default constructor

Method Detail

setConfig

public void setConfig(java.lang.String config)
Set the audit config

Parameters:
config -

getInputStream

public java.io.InputStream getInputStream()
Description copied from interface: AuditConfiguration
Get the XML content for the configuration as a stream.

Specified by:
getInputStream in interface AuditConfiguration
Returns:

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception


Copyright © 2005 - 2008 Alfresco Software, Inc. All Rights Reserved.