|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectar.com.leak.iolsucker.Main
public class Main
TODO Brief description. TODO Detail
Constructor Summary | |
---|---|
Main()
|
Method Summary | |
---|---|
static void |
main(String[] args)
Program entry point |
void |
run(org.springframework.core.io.AbstractResource defaultResource,
String[] args)
Corre el programa: instancia todo lo necesario, y despues corre los controladores |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Main()
Method Detail |
---|
public static void main(String[] args) throws Exception
args
- command line arguments
Exception
- on errorpublic final void run(org.springframework.core.io.AbstractResource defaultResource, String[] args) throws ClassNotFoundException
Con un par�metro de linea de comando se puede un xml que actue de bean factory y componga la ejecuci�n
Con la propiedad del sistema iolsucker.factory.options
se
puede especificar una clase de tipo OptionsDAO
para
determinar como se almacenan las opciones
Exception
ClassNotFoundException
PicoContainerFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |