Class BaSyxDeploymentRecipe.BaSyxRegistryDeploymentRecipe
- java.lang.Object
-
- de.iip_ecosphere.platform.support.aas.basyx.BaSyxDeploymentRecipe.BaSyxRegistryDeploymentRecipe
-
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe
- Enclosing class:
- BaSyxDeploymentRecipe
private class BaSyxDeploymentRecipe.BaSyxRegistryDeploymentRecipe extends java.lang.Object implements de.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipeImplements the registry deployment recipe.- Author:
- Holger Eichelberger, SSE
-
-
Field Summary
Fields Modifier and Type Field Description private de.iip_ecosphere.platform.support.Endpointendpoint
-
Constructor Summary
Constructors Modifier Constructor Description privateBaSyxRegistryDeploymentRecipe(de.iip_ecosphere.platform.support.Endpoint endpoint)Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.iip_ecosphere.platform.support.aas.AasServercreateServer(java.lang.String... options)de.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipedeploy(de.iip_ecosphere.platform.support.aas.Aas aas)de.iip_ecosphere.platform.support.aas.RegistryobtainRegistry()
-
-
-
Method Detail
-
obtainRegistry
public de.iip_ecosphere.platform.support.aas.Registry obtainRegistry() throws java.io.IOException- Specified by:
obtainRegistryin interfacede.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe- Throws:
java.io.IOException
-
deploy
public de.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe deploy(de.iip_ecosphere.platform.support.aas.Aas aas)
- Specified by:
deployin interfacede.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe
-
createServer
public de.iip_ecosphere.platform.support.aas.AasServer createServer(java.lang.String... options)
- Specified by:
createServerin interfacede.iip_ecosphere.platform.support.aas.DeploymentRecipe.RegistryDeploymentRecipe
-
-