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