Uses of Class
com.microservices.starter.core.environment.Manifest
Packages that use Manifest
-
Uses of Manifest in com.microservices.starter.core.environment
Methods in com.microservices.starter.core.environment that return ManifestModifier and TypeMethodDescriptionstatic ManifestManifestFactory.getManifest()static ManifestManifestFactory.getManifest(File manifestJar) Get the manifest from a jar in the file system (i.e.static ManifestManifestFactory.getManifestFromDir(File workDir) Get the manifest from a jar containing the word "manifest" in its file name in the targeted directory.Methods in com.microservices.starter.core.environment with parameters of type Manifest -
Uses of Manifest in com.microservices.starter.core.util
Methods in com.microservices.starter.core.util with parameters of type ManifestModifier and TypeMethodDescriptionstatic File[]ClassloaderUtils.downloadExtensions(Manifest manifest, String projectDir, String tempDir)