Package org.apache.felix.metatype
Class Designate
- java.lang.Object
-
- org.apache.felix.metatype.OptionalAttributes
-
- org.apache.felix.metatype.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.TheDesignateclass represents theDesignateelement of the meta type descriptor.
-
-
Constructor Summary
Constructors Constructor Description Designate()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetBundleLocation()Deprecated.StringgetFactoryPid()Deprecated.DesignateObjectgetObject()Deprecated.StringgetPid()Deprecated.booleanisMerge()Deprecated.booleanisOptional()Deprecated.voidsetBundleLocation(String bundleLocation)Deprecated.voidsetFactoryPid(String factoryPid)Deprecated.voidsetMerge(boolean merge)Deprecated.voidsetObject(DesignateObject object)Deprecated.voidsetOptional(boolean optional)Deprecated.voidsetPid(String pid)Deprecated.-
Methods inherited from class org.apache.felix.metatype.OptionalAttributes
addOptionalAttribute, getOptionalAttributes
-
-
-
-
Method Detail
-
getBundleLocation
public String getBundleLocation()
Deprecated.- Returns:
- the bundleLocation
-
getFactoryPid
public String getFactoryPid()
Deprecated.- Returns:
- the factoryPid
-
isMerge
public boolean isMerge()
Deprecated.- Returns:
- the merge
-
isOptional
public boolean isOptional()
Deprecated.- Returns:
- the optional
-
getPid
public String getPid()
Deprecated.- Returns:
- the pid
-
getObject
public DesignateObject getObject()
Deprecated.- Returns:
- the object
-
setBundleLocation
public void setBundleLocation(String bundleLocation)
Deprecated.- Parameters:
bundleLocation- the bundleLocation to set
-
setFactoryPid
public void setFactoryPid(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(String pid)
Deprecated.- Parameters:
pid- the pid to set
-
setObject
public void setObject(DesignateObject object)
Deprecated.- Parameters:
object- the object to set
-
-