Uses of Class
org.jboss.as.controller.services.path.PathManagerService
Packages that use PathManagerService
-
Uses of PathManagerService in org.jboss.as.controller.audit
Constructors in org.jboss.as.controller.audit with parameters of type PathManagerServiceModifierConstructorDescriptionAbstractFileAuditLogHandler(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 PathManagerServiceMethods in org.jboss.as.controller.services.path with parameters of type PathManagerServiceModifier and TypeMethodDescriptionstatic 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.