@Path(value="/executors") public class ExecutorsResource extends Object
Constructor and Description |
---|
ExecutorsResource() |
Modifier and Type | Method and Description |
---|---|
Map<String,JavaTool> |
findJavaTools(org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput input)
Discovers available JavaTools included in set of Jar files
|
List<String> |
getExecutors()
Get all available executors
|
static Set<Class<? extends JavaTool>> |
readJarFiles(File file)
Finds all available JavaTools in set of jar files
|
@GET @Produces(value="application/json") public List<String> getExecutors() throws Exception
Exception
@POST @Consumes(value="multipart/form-data") @Produces(value="application/json") public Map<String,JavaTool> findJavaTools(org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput input)
input
- FormData that includes zip file of jarsCopyright © 2017. All rights reserved.