org.codehaus.plexus.logging.log4j
Class Appender

java.lang.Object
  extended byorg.codehaus.plexus.logging.log4j.Appender

public class Appender
extends java.lang.Object

Version:
$Id: Appender.java 1165 2004-10-14 20:00:07Z trygvis $
Author:
Trygve Laugstøl

Constructor Summary
Appender()
           
 
Method Summary
 java.lang.String getConversionPattern()
           
 java.lang.String getId()
           
 java.util.Properties getProperties()
           
 java.lang.String getProperty(java.lang.String key)
           
 java.lang.String getThreshold()
           
 java.lang.String getType()
           
 void setConversionPattern(java.lang.String conversionPattern)
           
 void setId(java.lang.String id)
           
 void setProperties(java.util.Properties properties)
           
 void setThreshold(java.lang.String threshold)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Appender

public Appender()
Method Detail

getId

public java.lang.String getId()
Returns:
Returns the id.

setId

public void setId(java.lang.String id)
Parameters:
id - The id to set.

getThreshold

public java.lang.String getThreshold()
Returns:
Returns the threshold.

setThreshold

public void setThreshold(java.lang.String threshold)
Parameters:
threshold - The threshold to set.

getType

public java.lang.String getType()
Returns:
Returns the type.

setType

public void setType(java.lang.String type)
Parameters:
type - The type to set.

getConversionPattern

public java.lang.String getConversionPattern()
Returns:
Returns the conversionPattern.

setConversionPattern

public void setConversionPattern(java.lang.String conversionPattern)
Parameters:
conversionPattern - The conversionPattern to set.

getProperties

public java.util.Properties getProperties()
Returns:
Returns the properties.

getProperty

public java.lang.String getProperty(java.lang.String key)
Parameters:
key - The property key.
Returns:
The property value.

setProperties

public void setProperties(java.util.Properties properties)
Parameters:
properties - The properties to set.


Copyright © {inceptionYear}-2007 null. All Rights Reserved.