net.sf.logdistiller.util
Class ExtensionHelper

java.lang.Object
  extended by net.sf.logdistiller.util.ExtensionHelper

public class ExtensionHelper
extends Object

Helper to load extensions for LogDistiller. Extensions are declared in logdistiller.properties resource file, as properties. Each extensible part can be declared as a property which key value specifies the part extended (logtypes, plugins, publishers or reportformats), the value is the full class name (with package) of the extension.

Since:
0.7

Constructor Summary
ExtensionHelper()
           
 
Method Summary
static List findExtensions(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionHelper

public ExtensionHelper()
Method Detail

findExtensions

public static List findExtensions(String type)


Copyright © 2004-2009. All Rights Reserved.