public interface ProcessResourceV4
Modifier and Type | Method and Description |
---|---|
org.apache.cxf.jaxrs.ext.multipart.InputStreamDataSource |
getConfigFile(String configFileName)
Returns the contents of the specified config file.
|
ApiProcess |
getProcess() |
@Path(value="/") ApiProcess getProcess()
@Path(value="/configFiles/{configFileName : .*}") org.apache.cxf.jaxrs.ext.multipart.InputStreamDataSource getConfigFile(String configFileName)
configFileName
- Name of the config file to get.Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.