net.sf.logdistiller.util
Class ExtensionHelper
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtensionHelper
public ExtensionHelper()
findExtensions
public static List findExtensions(String type)
Copyright © 2004-2009. All Rights Reserved.