com.ibm.jbatch.jsl.util
Class JSLLoader

java.lang.Object
  extended by com.ibm.jbatch.jsl.util.JSLLoader

public class JSLLoader
extends Object


Field Summary
static String JOBS_FOLDER
           
 
Constructor Summary
JSLLoader()
           
 
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

JSLLoader

public JSLLoader()
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.