Interface EntryClassInformationProvider
- All Known Implementing Classes:
FromClasspathEntryClassInformationProvider,FromJarEntryClassInformationProvider
public interface EntryClassInformationProvider
EntryClassInformationProvider provides information about the entry class.-
Method Summary
Modifier and TypeMethodDescriptionReturns theFilereferring to the Jar file that contains the job class or noFileif the job class is located on the classpath.Returns the name of the job class or an emptyOptionalif the job class name cannot be provided.
-
Method Details
-
getJarFile
Returns theFilereferring to the Jar file that contains the job class or noFileif the job class is located on the classpath.- Returns:
- The
Filereferring to the job's Jar archive or an emptyOptionalin case the job shall be extracted from the classpath.
-
getJobClassName
Returns the name of the job class or an emptyOptionalif the job class name cannot be provided.- Returns:
- The name of the job class or an empty
Optional.
-