Interface IPropertyInfoManager

    • Field Detail

      • SERVICE_NAME

        static final String SERVICE_NAME
        The unique name of the service withing the LC subsystem.
        See Also:
        Constant Field Values
    • Method Detail

      • getSource

        Object getSource​(PropertyInfo propertyInfo,
                         IBmEngine bmEngine)
        Gets the source from the given PropertyInfo. Performs all necessary checks/resolving/etc.
        Parameters:
        propertyInfo - The target PropertyInfo object.
        bmEngine - The instance of the BM engine for the originating project.
        Returns:
        The processed source. Could be null.