@InterfaceAudience.Private @InterfaceStability.Unstable public class JavaAction extends Node
JavaActionBuilder.
The properties of the builder can only be set once, an attempt to set them a second time will trigger
an IllegalStateException.
Builder instances can be used to build several elements, although properties already set cannot be changed after
a call to JavaActionBuilder.build() either.Node.NodeWithCondition| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArchives() |
List<String> |
getArgs() |
String |
getConfigProperty(String property) |
Map<String,String> |
getConfiguration() |
List<String> |
getFiles() |
List<String> |
getJavaOpts() |
String |
getJavaOptsString() |
List<String> |
getJobXmls() |
Launcher |
getLauncher() |
String |
getMainClass() |
String |
getNameNode() |
Prepare |
getPrepare() |
String |
getResourceManager() |
boolean |
isCaptureOutput() |
getAllChildren, getAllParents, getChildrenWithConditions, getChildrenWithoutConditions, getCredentials, getDefaultConditionalChild, getErrorHandler, getName, getParentsWithConditions, getParentsWithoutConditions, getRetryInterval, getRetryMax, getRetryPolicypublic String getResourceManager()
public String getNameNode()
public Prepare getPrepare()
public Launcher getLauncher()
public String getMainClass()
public String getJavaOptsString()
public boolean isCaptureOutput()
Copyright © 2021 Apache Software Foundation. All rights reserved.