com.ibm.batch.xjcl
Class XJCLLoader

java.lang.Object
  extended by com.ibm.batch.xjcl.XJCLLoader

public class XJCLLoader
extends Object


Field Summary
static String JOBS_FOLDER
           
 
Constructor Summary
XJCLLoader()
           
 
Method Summary
 Set<URI> getArtifacts(URL rootURL)
           
 void traverseJobPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JOBS_FOLDER

public static final String JOBS_FOLDER
See Also:
Constant Field Values
Constructor Detail

XJCLLoader

public XJCLLoader()
Method Detail

traverseJobPath

public void traverseJobPath()

getArtifacts

public Set<URI> getArtifacts(URL rootURL)
                      throws FileNotFoundException,
                             IOException,
                             URISyntaxException
Parameters:
rootURL - the jar file associated with this batch application
Returns:
list of batch artifact files
Throws:
IOException
FileNotFoundException
URISyntaxException
URISyntaxException


Copyright © 2013. All Rights Reserved.