Uses of Class
org.jboss.as.controller.services.path.PathManagerService
-
Packages that use PathManagerService Package Description org.jboss.as.controller.audit org.jboss.as.controller.services.path -
-
Uses of PathManagerService in org.jboss.as.controller.audit
Constructors in org.jboss.as.controller.audit with parameters of type PathManagerService Constructor Description AbstractFileAuditLogHandler(String name, String formatterName, int maxFailureCount, PathManagerService pathManager, String path, String relativeTo)FileAuditLogHandler(String name, String formatterName, int maxFailureCount, PathManagerService pathManager, String path, String relativeTo, boolean rotateAtStartup)PeriodicRotatingFileAuditLogHandler(String name, String formatterName, int maxFailureCount, PathManagerService pathManager, String path, String relativeTo, String suffix, TimeZone timeZone)SizeRotatingFileAuditLogHandler(String name, String formatterName, int maxFailureCount, PathManagerService pathManager, String path, String relativeTo, long rotateSize, int maxBackupIndex)SyslogAuditLogHandler(String name, String formatterName, int maxFailureCount, PathManagerService pathManager, SyslogCredentialReferenceSupplier syslogAuditLogHandlerService) -
Uses of PathManagerService in org.jboss.as.controller.services.path
Methods in org.jboss.as.controller.services.path that return PathManagerService Modifier and Type Method Description PathManagerServicePathManagerService. getValue()Methods in org.jboss.as.controller.services.path with parameters of type PathManagerService Modifier and Type Method Description static PathResourceDefinitionPathResourceDefinition. createResolvableSpecified(PathManagerService pathManager)Creates a resource definition for a path resource that must have the path specified, but for which theread-resourcemanagement operation should support theresolve-expresssionsparameter.static PathResourceDefinitionPathResourceDefinition. createSpecified(PathManagerService pathManager)Creates a resource definition for a path resource that must have the path specified, but for which theread-resourcemanagement operation should not support theresolve-expresssionsparameter.
-