java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.model.processor.ModelHandlerBase
ch.qos.logback.core.model.processor.ResourceHandlerBase
ch.qos.logback.core.model.processor.IncludeModelHandler
- 
Field SummaryFields inherited from class ch.qos.logback.core.model.processor.ResourceHandlerBaseattributeInUse, optionalFields inherited from class ch.qos.logback.core.spi.ContextAwareBasecontext
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuildModelFromIncludedFile(ContextAwarePropertyContainer capc, IncludeModel includeModel) This method is called by logback-tyler at TylerConfigurator run-time.protected Class<IncludeModel> Subclasses should return the subclass of Model that they expect to handle.voidhandle(ModelInterpretationContext mic, Model model) static IncludeModelHandlermakeInstance(Context context, ModelInterpretationContext mic) populateSaxEventRecorder(InputStream inputStream) Methods inherited from class ch.qos.logback.core.model.processor.ResourceHandlerBaseattributeToURL, checkAttributes, filePathAsURL, getAttribureInUse, getInputURL, openURL, resourceAsURL, warnIfRequiredMethods inherited from class ch.qos.logback.core.model.processor.ModelHandlerBaseisSupportedModelType, postHandle, toStringMethods inherited from class ch.qos.logback.core.spi.ContextAwareBaseaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
- 
Constructor Details- 
IncludeModelHandler
 
- 
- 
Method Details- 
makeInstance
- 
getSupportedModelClassDescription copied from class:ModelHandlerBaseSubclasses should return the subclass of Model that they expect to handle. The default implementation assumes that all Model classes are supported. This a very lax assumption which is usually not true.- Overrides:
- getSupportedModelClassin class- ModelHandlerBase
- Returns:
- supported model class
- See Also:
 
- 
handle- Specified by:
- handlein class- ModelHandlerBase
- Throws:
- ModelHandlerException
 
- 
buildModelFromIncludedFilepublic Model buildModelFromIncludedFile(ContextAwarePropertyContainer capc, IncludeModel includeModel) throws ModelHandlerException This method is called by logback-tyler at TylerConfigurator run-time.- Parameters:
- capc-
- includeModel-
- Throws:
- ModelHandlerException
- Since:
- 1.5.11
 
- 
populateSaxEventRecorder- Throws:
- JoranException
 
 
-