Class MetaModelUrls
- java.lang.Object
-
- io.openmanufacturing.sds.aspectmodel.resolver.services.MetaModelUrls
-
public class MetaModelUrls extends Object
Provides the facility for the resolution of meta model resources
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<URL>url(String part, io.openmanufacturing.sds.aspectmetamodel.KnownVersion version, String fileName)Create a URL referring to a meta model resource
-
-
-
Method Detail
-
url
public static Optional<URL> url(String part, io.openmanufacturing.sds.aspectmetamodel.KnownVersion version, String fileName)
Create a URL referring to a meta model resource- Parameters:
part- The meta model section, e.g. aspect-meta-model or characteristicsversion- The BAMM versionfileName- The respective file name- Returns:
- The resource URL
-
-