Package com.evolveum.midpoint.ninja.impl
Class NinjaContext
java.lang.Object
com.evolveum.midpoint.ninja.impl.NinjaContext
- All Implemented Interfaces:
- Closeable,- AutoCloseable
Created by Viliam Repan (lazyman).
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionNinjaContext(@NotNull PrintStream out, @NotNull PrintStream err, @NotNull List<Object> options, @NotNull NinjaApplicationContextLevel applicationContextLevel) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()org.springframework.context.ApplicationContextgetLog()<T> TgetOptions(Class<T> type) initializeLogging(LogTarget target) booleanbooleanbooleanvoid
- 
Field Details- 
out
- 
err
 
- 
- 
Constructor Details- 
NinjaContextpublic NinjaContext(@NotNull @NotNull PrintStream out, @NotNull @NotNull PrintStream err, @NotNull @NotNull List<Object> options, @NotNull @NotNull NinjaApplicationContextLevel applicationContextLevel) 
 
- 
- 
Method Details- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
 
- 
initializeLogging
- 
setLog
- 
getApplicationContextpublic org.springframework.context.ApplicationContext getApplicationContext()
- 
getOptions
- 
getAllOptions
- 
getMidpointConfiguration
- 
getRepository
- 
getAuditService
- 
isVerbosepublic boolean isVerbose()
- 
isBatchModepublic boolean isBatchMode()
- 
isUserModepublic boolean isUserMode()
- 
getCharset
- 
getPrismContext
- 
getSchemaService
- 
getLog
- 
getQueryConverter
 
-