Class AbsolutePathService
java.lang.Object
org.jboss.as.controller.services.path.AbstractPathService
org.jboss.as.controller.services.path.AbsolutePathService
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<String>,org.jboss.msc.value.Value<String>
AbstractPathService implementation for paths that are not relative to other paths.- Author:
- Brian Stansberry, Richard Opalka
-
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.msc.service.ServiceController<?>addService(String name, String abstractPath, org.jboss.msc.service.ServiceTarget serviceTarget) static org.jboss.msc.service.ServiceController<?>addService(org.jboss.msc.service.ServiceName sname, String abstractPath, org.jboss.msc.service.ServiceTarget serviceTarget) static voidaddService(org.jboss.msc.service.ServiceName name, org.jboss.dmr.ModelNode element, org.jboss.msc.service.ServiceTarget serviceTarget) static StringconvertPath(String abstractPath) protected StringMethods inherited from class org.jboss.as.controller.services.path.AbstractPathService
getValue, isAbsoluteUnixOrWindowsPath, pathNameOf, start, stop
-
Method Details
-
addService
-
addService
public static org.jboss.msc.service.ServiceController<?> addService(org.jboss.msc.service.ServiceName sname, String abstractPath, org.jboss.msc.service.ServiceTarget serviceTarget) -
addService
public static void addService(org.jboss.msc.service.ServiceName name, org.jboss.dmr.ModelNode element, org.jboss.msc.service.ServiceTarget serviceTarget) -
convertPath
-
resolvePath
- Specified by:
resolvePathin classAbstractPathService
-