Package com.ibm.jbatch.container.cdi
Class BatchXMLMapper
- java.lang.Object
-
- com.ibm.jbatch.container.cdi.BatchXMLMapper
-
public class BatchXMLMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description BatchXMLMapper(ClassLoader loader)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getArtifactById(String id)Get Class object, for the FQCN value in the key-value pair within a batch.xml (loaded as a resource by the classloader which is this object's classloader field).protected static com.ibm.jbatch.container.cdi.BatchXMLMapper.ArtifactMappopulateArtifactMapFromStream(com.ibm.jbatch.container.cdi.BatchXMLMapper.ArtifactMap tempMap, InputStream is)
-
-
-
Constructor Detail
-
BatchXMLMapper
public BatchXMLMapper(ClassLoader loader)
-
-
Method Detail
-
getArtifactById
public Class<?> getArtifactById(String id)
Get Class object, for the FQCN value in the key-value pair within a batch.xml (loaded as a resource by the classloader which is this object's classloader field). to by the key- Parameters:
id- The key in the key-value pair within batch.xml- Returns:
- Class object (class loaded by the classloader which is this object's classloader field).
-
populateArtifactMapFromStream
protected static com.ibm.jbatch.container.cdi.BatchXMLMapper.ArtifactMap populateArtifactMapFromStream(com.ibm.jbatch.container.cdi.BatchXMLMapper.ArtifactMap tempMap, InputStream is)
-
-