Class LoggingDeploymentResources
- java.lang.Object
-
- org.jboss.as.logging.deployments.resources.LoggingDeploymentResources
-
public class LoggingDeploymentResources extends Object
- Author:
- James R. Perkins
-
-
Field Summary
Fields Modifier and Type Field Description static SimpleResourceDefinitionCONFIGURATIONstatic SimpleResourceDefinitionERROR_MANAGERstatic SimpleResourceDefinitionFILTERstatic SimpleResourceDefinitionFORMATTERstatic SimpleResourceDefinitionHANDLERstatic SimpleResourceDefinitionLOGGERstatic SimpleResourceDefinitionPOJO
-
Constructor Summary
Constructors Constructor Description LoggingDeploymentResources()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregisterDeploymentResource(DeploymentResourceSupport deploymentResourceSupport, LoggingConfigurationService service)Registers the deployment resources needed.
-
-
-
Field Detail
-
CONFIGURATION
public static final SimpleResourceDefinition CONFIGURATION
-
HANDLER
public static final SimpleResourceDefinition HANDLER
-
LOGGER
public static final SimpleResourceDefinition LOGGER
-
FORMATTER
public static final SimpleResourceDefinition FORMATTER
-
FILTER
public static final SimpleResourceDefinition FILTER
-
POJO
public static final SimpleResourceDefinition POJO
-
ERROR_MANAGER
public static final SimpleResourceDefinition ERROR_MANAGER
-
-
Method Detail
-
registerDeploymentResource
public static void registerDeploymentResource(DeploymentResourceSupport deploymentResourceSupport, LoggingConfigurationService service)
Registers the deployment resources needed.- Parameters:
deploymentResourceSupport- the deployment resource supportservice- the service, which may benull, used to find the resource names that need to be registered
-
-