Class FrankApplication
java.lang.Object
org.frankframework.runner.FrankApplication
Spring Boot entrypoint or main class defined in the pom.xml when packaging using the 'spring-boot:repackage' goal.
- Author:
- Niels Meijer
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureCredentialProvider(String credentialPropertiesFile) Configure a CredentialProviderfinal <T> TcreateBean(T... reified) Performs full initialization of the bean, including all applicable BeanPostProcessors.static voidexit(FrankApplication frankApplication) static voidexit(org.springframework.context.ApplicationContext applicationContext) final <T> TDo not pass actual argument to reified, Java will auto-detect the class of the bean type.final <T> TgetBean(T... reified) Do not pass actual argument to reified, Java will auto-detect the class of the bean type.static Stringbooleanbooleanorg.springframework.context.ConfigurableApplicationContext
-
Constructor Details
-
FrankApplication
Configure the Frank!Framework application, using application server type "IBISTEST".- Throws:
IOException
-
FrankApplication
- Throws:
IOException
-
-
Method Details
-
configureCredentialProvider
Configure a CredentialProvider- Throws:
FileNotFoundException- If the properties file cannot be foundIOException
-
getProjectDir
-
run
-
exit
-
exit
public static void exit(org.springframework.context.ApplicationContext applicationContext) -
isRunning
public boolean isRunning() -
hasStarted
public boolean hasStarted() -
createBean
Performs full initialization of the bean, including all applicable BeanPostProcessors. This is effectively a superset of what autowire provides, adding initializeBean behavior. This method can be used when the compiler can statically determine the class from the variable to which the bean is assigned. Do not pass actual argument to reified, Java will auto-detect the class of the bean type. -
getBean
Do not pass actual argument to reified, Java will auto-detect the class of the bean type. -
getBean
Do not pass actual argument to reified, Java will auto-detect the class of the bean type. -
getLogDir
- Throws:
IOException
-