Class PermanentApplicationPackage
java.lang.Object
com.yahoo.vespa.config.server.application.PermanentApplicationPackage
A global permanent application package containing configuration info that is always used during deploy.
- Author:
- Ulf Lilleengen
-
Constructor Summary
ConstructorsConstructorDescriptionPermanentApplicationPackage
(com.yahoo.cloud.config.ConfigserverConfig config) -
Method Summary
Modifier and TypeMethodDescriptionOptional<com.yahoo.config.application.api.ApplicationPackage>
Get the permanent application package.
-
Constructor Details
-
PermanentApplicationPackage
public PermanentApplicationPackage(com.yahoo.cloud.config.ConfigserverConfig config)
-
-
Method Details
-
applicationPackage
Get the permanent application package.- Returns:
- An
Optional
of the application package, as it may not exist.
-