Class FinderPathFactory


  • public class FinderPathFactory
    extends Object
    Factory to build common finder path instances for configuration and runtime presenters.
    • Method Detail

      • configurationSubsystemPath

        public FinderPath configurationSubsystemPath​(String subsystem)
        Create a finder path for the specified subsystem. Includes the selected profile when running in domain mode.
      • runtimeHostPath

        public FinderPath runtimeHostPath()
        Creates a finder path for the selected host.
      • runtimeHostPath

        public FinderPath runtimeHostPath​(String host)
        Creates a finder path for the specified host.
      • runtimeServerGroupPath

        public FinderPath runtimeServerGroupPath()
        Creates a finder path for the selected server group.
      • runtimeServerGroupPath

        public FinderPath runtimeServerGroupPath​(String serverGroup)
        Creates a finder path for the specified server group.
      • runtimeServerPath

        public FinderPath runtimeServerPath()
        Creates a finder path for the selected server. Adds the selected host / server group when running domain mode.
      • runtimeServerPath

        public FinderPath runtimeServerPath​(String host,
                                            String server)
        Creates a finder path for the specified host and server.