mail.init
Class Init
java.lang.Object
mail.init.Init
public class Init
- extends java.lang.Object
a seperate initialization process is needed, because some
Package and Mail classes might not have been loaded at startup, so they might not have been initialized.
- Author:
- arne
Constructor Summary |
Init()
|
Method Summary |
static java.util.List<java.lang.Class> |
getClasses(java.lang.String packageName)
This code is copied from: http://forum.java.sun.com/thread.jspa? |
static void |
init()
executes the necessary initialization |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Init
public Init()
init
public static void init()
- executes the necessary initialization
getClasses
public static java.util.List<java.lang.Class> getClasses(java.lang.String packageName)
throws java.lang.Exception
- This code is copied from: http://forum.java.sun.com/thread.jspa?threadID=757391&messageID=4326850
- Parameters:
packageName
-
- Returns:
-
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] args)