Liferay 7.0-ce-b4

com.liferay.portal.fabric.netty.handlers
Class NettyFabricWorkerExecutionChannelHandler.LoadedPaths

java.lang.Object
  extended by com.liferay.portal.fabric.netty.handlers.NettyFabricWorkerExecutionChannelHandler.LoadedPaths
Enclosing class:
NettyFabricWorkerExecutionChannelHandler

protected static class NettyFabricWorkerExecutionChannelHandler.LoadedPaths
extends Object


Constructor Summary
NettyFabricWorkerExecutionChannelHandler.LoadedPaths(Map<java.nio.file.Path,java.nio.file.Path> inputPaths, String bootstrapClassPath, String runtimeClassPath)
           
 
Method Summary
 Map<java.nio.file.Path,java.nio.file.Path> getInputPaths()
           
 ProcessConfig toProcessConfig(ProcessConfig processConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyFabricWorkerExecutionChannelHandler.LoadedPaths

public NettyFabricWorkerExecutionChannelHandler.LoadedPaths(Map<java.nio.file.Path,java.nio.file.Path> inputPaths,
                                                            String bootstrapClassPath,
                                                            String runtimeClassPath)
Method Detail

getInputPaths

public Map<java.nio.file.Path,java.nio.file.Path> getInputPaths()

toProcessConfig

public ProcessConfig toProcessConfig(ProcessConfig processConfig)
                              throws ProcessException
Throws:
ProcessException

Liferay 7.0-ce-b4