Class HardwareRepositoryHelper
java.lang.Object
eu.qualimaster.easy.extension.internal.HardwareRepositoryHelper
- All Implemented Interfaces:
net.ssehub.easy.instantiation.core.model.vilTypes.IVilType
public class HardwareRepositoryHelper
extends Object
implements net.ssehub.easy.instantiation.core.model.vilTypes.IVilType
Supports obtaining hardware artifact URLs.
- Author:
- Holger Eichelberger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringobtainHardwareArtifactUrl(String artifactSpec) Returns a hardware artifact URL (extension "zip", classifier "hardware").
-
Constructor Details
-
HardwareRepositoryHelper
public HardwareRepositoryHelper()
-
-
Method Details
-
obtainHardwareArtifactUrl
public static String obtainHardwareArtifactUrl(String artifactSpec) throws net.ssehub.easy.instantiation.core.model.common.VilException Returns a hardware artifact URL (extension "zip", classifier "hardware"). [convenience]- Parameters:
artifactSpec- the artifact specification- Returns:
- the URL
- Throws:
net.ssehub.easy.instantiation.core.model.common.VilException- in case of further failures- See Also:
-