Class Designate


  • @Deprecated(since="2021-05-27")
    public class Designate
    extends OptionalAttributes
    Deprecated.
    The Apache Felix metatype API is deprecated, please use the OSGi metatype API instead.
    The Designate class represents the Designate element of the meta type descriptor.
    • Constructor Detail

      • Designate

        public Designate()
        Deprecated.
    • Method Detail

      • getBundleLocation

        public java.lang.String getBundleLocation()
        Deprecated.
        Returns:
        the bundleLocation
      • getFactoryPid

        public java.lang.String getFactoryPid()
        Deprecated.
        Returns:
        the factoryPid
      • isMerge

        public boolean isMerge()
        Deprecated.
        Returns:
        the merge
      • isOptional

        public boolean isOptional()
        Deprecated.
        Returns:
        the optional
      • getPid

        public java.lang.String getPid()
        Deprecated.
        Returns:
        the pid
      • getObject

        public DesignateObject getObject()
        Deprecated.
        Returns:
        the object
      • setBundleLocation

        public void setBundleLocation​(java.lang.String bundleLocation)
        Deprecated.
        Parameters:
        bundleLocation - the bundleLocation to set
      • setFactoryPid

        public void setFactoryPid​(java.lang.String factoryPid)
        Deprecated.
        Parameters:
        factoryPid - the factoryPid to set
      • setMerge

        public void setMerge​(boolean merge)
        Deprecated.
        Parameters:
        merge - the merge to set
      • setOptional

        public void setOptional​(boolean optional)
        Deprecated.
        Parameters:
        optional - the optional to set
      • setPid

        public void setPid​(java.lang.String pid)
        Deprecated.
        Parameters:
        pid - the pid to set
      • setObject

        public void setObject​(DesignateObject object)
        Deprecated.
        Parameters:
        object - the object to set