net.sf.logdistiller
Class LogDistiller.LogType

java.lang.Object
  extended by net.sf.logdistiller.LogDistiller.LogType
All Implemented Interfaces:
Serializable
Enclosing class:
LogDistiller

public static class LogDistiller.LogType
extends Object
implements Serializable

Definition of the log type used for this logdistiller configuration, with its parameters.

See Also:
Serialized Form

Constructor Summary
LogDistiller.LogType(String id, Map params, Attributes attributes)
           
 
Method Summary
 Attributes getAttributes()
           
 Attributes.Extension[] getExtensions()
           
 int getExtensionsCount()
           
 String getId()
           
 String getParam(String name)
           
 String getParam(String name, String defaultValue)
           
 Map getParams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogDistiller.LogType

public LogDistiller.LogType(String id,
                            Map params,
                            Attributes attributes)
Method Detail

getId

public String getId()

getParams

public Map getParams()

getParam

public String getParam(String name)

getParam

public String getParam(String name,
                       String defaultValue)

getExtensions

public Attributes.Extension[] getExtensions()
Returns:
extensions (not null)
Since:
1.1

getExtensionsCount

public int getExtensionsCount()
Since:
1.1

getAttributes

public Attributes getAttributes()
Since:
1.1


Copyright © 2004-2009. All Rights Reserved.