Package org.apache.felix.metatype
Class Designate
- java.lang.Object
-
- org.apache.felix.metatype.OptionalAttributes
-
- org.apache.felix.metatype.Designate
-
@Deprecated 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 java.lang.StringgetBundleLocation()Deprecated.java.lang.StringgetFactoryPid()Deprecated.DesignateObjectgetObject()Deprecated.java.lang.StringgetPid()Deprecated.booleanisMerge()Deprecated.booleanisOptional()Deprecated.voidsetBundleLocation(java.lang.String bundleLocation)Deprecated.voidsetFactoryPid(java.lang.String factoryPid)Deprecated.voidsetMerge(boolean merge)Deprecated.voidsetObject(DesignateObject object)Deprecated.voidsetOptional(boolean optional)Deprecated.voidsetPid(java.lang.String pid)Deprecated.-
Methods inherited from class org.apache.felix.metatype.OptionalAttributes
addOptionalAttribute, getOptionalAttributes
-
-
-
-
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
-
-