Package org.eclipse.basyx.aas.bundle
Class AASBundleDescriptorFactory
- java.lang.Object
-
- org.eclipse.basyx.aas.bundle.AASBundleDescriptorFactory
-
public class AASBundleDescriptorFactory extends Object
Helper class that supports AASDescriptor utilization for an AASBundle- Author:
- schnicke
-
-
Constructor Summary
Constructors Constructor Description AASBundleDescriptorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AASDescriptor
createAASDescriptor(AASBundle bundle, String aasAggregatorPath)
Creates the AASDescriptor for the given bundle and aasAggregatorPath aasAggregatorPath is normalized before the descriptor is created
-
-
-
Method Detail
-
createAASDescriptor
public static AASDescriptor createAASDescriptor(AASBundle bundle, String aasAggregatorPath)
Creates the AASDescriptor for the given bundle and aasAggregatorPath aasAggregatorPath is normalized before the descriptor is created- Parameters:
bundle
-aasAggregatorPath
-- Returns:
-
-