Package com.ibm.jbatch.jsl.util
Class JSLLoader
- java.lang.Object
-
- com.ibm.jbatch.jsl.util.JSLLoader
-
public class JSLLoader extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringJOBS_FOLDER
-
Constructor Summary
Constructors Constructor Description JSLLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<URI>getArtifacts(URL rootURL)voidtraverseJobPath()
-
-
-
Field Detail
-
JOBS_FOLDER
public static final String JOBS_FOLDER
- See Also:
- Constant Field Values
-
-
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:
IOExceptionFileNotFoundExceptionURISyntaxExceptionURISyntaxException
-
-