public interface EntryClassInformationProvider
EntryClassInformationProvider
provides information about the entry class.Modifier and Type | Method and Description |
---|---|
Optional<File> |
getJarFile()
Returns the
File referring to the Jar file that contains the job class or no File if the job class is located on the classpath. |
Optional<String> |
getJobClassName()
Returns the name of the job class or an empty
Optional if the job class name cannot
be provided. |
Optional<File> getJarFile()
File
referring to the Jar file that contains the job class or no File
if the job class is located on the classpath.File
referring to the job's Jar archive or an empty Optional
in
case the job shall be extracted from the classpath.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.