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>
public class AbsolutePathService extends AbstractPathService
AbstractPathServiceimplementation for paths that are not relative to other paths.- Author:
- Brian Stansberry, Richard Opalka
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static 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 StringresolvePath()-
Methods inherited from class org.jboss.as.controller.services.path.AbstractPathService
getValue, isAbsoluteUnixOrWindowsPath, pathNameOf, start, stop
-
-
-
-
Method Detail
-
addService
public static org.jboss.msc.service.ServiceController<?> addService(String name, String abstractPath, org.jboss.msc.service.ServiceTarget serviceTarget)
-
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)
-
resolvePath
protected String resolvePath()
- Specified by:
resolvePathin classAbstractPathService
-
-