net.sf.logdistiller
Class LogType.Basic

java.lang.Object
  extended by net.sf.logdistiller.LogType
      extended by net.sf.logdistiller.LogType.Basic
Enclosing class:
LogType

public static class LogType.Basic
extends LogType

Basic logtype definition that does not provide any parameters for customization. It always returns the same Description instance, which must have been set by calling setDescription(net.sf.logdistiller.LogType.Description).


Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.logdistiller.LogType
LogType.AttributeInfo, LogType.Basic, LogType.Description
 
Constructor Summary
LogType.Basic(String id)
           
 
Method Summary
 LogType.Description newDescription(Map params)
          Create a new log description customized with parameters.
 void setDescription(LogType.Description description)
           
 
Methods inherited from class net.sf.logdistiller.LogType
getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogType.Basic

public LogType.Basic(String id)
Method Detail

setDescription

public void setDescription(LogType.Description description)

newDescription

public LogType.Description newDescription(Map params)
Description copied from class: LogType
Create a new log description customized with parameters.

Specified by:
newDescription in class LogType
Parameters:
params - the parameters to customize the log type definition


Copyright © 2004-2009. All Rights Reserved.