static FromClasspathEntryClassInformationProvider |
FromClasspathEntryClassInformationProvider.create(String jobClassName,
Iterable<URL> classpath) |
Creates a FromClasspathEntryClassInformationProvider based on the passed job class
and classpath.
|
static FromClasspathEntryClassInformationProvider |
FromClasspathEntryClassInformationProvider.createFromClasspath(Iterable<URL> classpath) |
Creates a FromClasspathEntryClassInformationProvider looking for the entry class
providing the main method on the passed classpath.
|
static FromClasspathEntryClassInformationProvider |
FromClasspathEntryClassInformationProvider.createFromSystemClasspath() |
Creates a FromClasspathEntryClassInformationProvider looking for the entry class
providing the main method on the system classpath.
|
static FromClasspathEntryClassInformationProvider |
FromClasspathEntryClassInformationProvider.createWithJobClassAssumingOnSystemClasspath(String jobClassName) |
Creates a FromClasspathEntryClassInformationProvider assuming that the passed job
class is available on the system classpath.
|