Package com.yahoo.config.model.test
Class MockApplicationPackage.Builder
java.lang.Object
com.yahoo.config.model.test.MockApplicationPackage.Builder
- Enclosing class:
- MockApplicationPackage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.yahoo.config.application.api.ApplicationPackage
build()
queryProfile
(String queryProfile) queryProfileType
(String queryProfileType) withDeploymentSpec
(String deploymentSpec) Additional (mock) files that will exist in this application package, with their content.withSchemaDir
(String schemaDir) withSchemas
(List<String> searchDefinition) withSearchDefinition
(String searchDefinition) withServices
(String services) withValidationOverrides
(String validationOverrides)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withRoot
-
withEmptyHosts
-
withHosts
-
withEmptyServices
-
withServices
-
withSearchDefinition
-
withSchemas
-
withFiles
Additional (mock) files that will exist in this application package, with their content. -
withSchemaDir
-
withDeploymentSpec
-
withValidationOverrides
-
failOnValidateXml
-
queryProfile
-
queryProfileType
-
build
public com.yahoo.config.application.api.ApplicationPackage build()
-