public final class BatchArtifacts extends Object implements Serializable
batch-artifacts
. An example batch.xml file:
<batch-artifacts xmlns="http://xmlns.jcp.org/xml/ns/javaee"> <ref id="batchlet1" class="org.jberet.testapps.common.Batchlet1"/> <ref id="L4" class="org.jberet.testapps.loadBatchXml.StepListener4"/> </batch-artifacts>
Constructor and Description |
---|
BatchArtifacts() |
Modifier and Type | Method and Description |
---|---|
String |
getClassNameForRef(String ref)
Gets the fully-qualified class name for a batch artifact by its ref name.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.