public class FinderPathFactory extends Object
| Constructor and Description |
|---|
FinderPathFactory(Environment environment,
StatementContext statementContext,
Finder finder,
Subsystems subsystems,
Resources resources) |
| Modifier and Type | Method and Description |
|---|---|
FinderPath |
configurationSubsystemPath(String subsystem)
Create a finder path for the specified subsystem.
|
FinderPath |
content(String content) |
FinderPath |
deployment(String deployment) |
FinderPath |
runtimeHostPath()
Creates a finder path for the selected host.
|
FinderPath |
runtimeHostPath(String host)
Creates a finder path for the specified host.
|
FinderPath |
runtimeServerGroupPath()
Creates a finder path for the selected server group.
|
FinderPath |
runtimeServerGroupPath(String serverGroup)
Creates a finder path for the specified server group.
|
FinderPath |
runtimeServerPath()
Creates a finder path for the selected server.
|
FinderPath |
runtimeServerPath(String host,
String server)
Creates a finder path for the specified host and server.
|
@Inject public FinderPathFactory(Environment environment, StatementContext statementContext, Finder finder, Subsystems subsystems, Resources resources)
public FinderPath configurationSubsystemPath(String subsystem)
public FinderPath content(String content)
public FinderPath deployment(String deployment)
public FinderPath runtimeHostPath()
public FinderPath runtimeHostPath(String host)
public FinderPath runtimeServerGroupPath()
public FinderPath runtimeServerGroupPath(String serverGroup)
public FinderPath runtimeServerPath()
public FinderPath runtimeServerPath(String host, String server)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.