Package org.apache.felix.metatype
Class MetaData
- java.lang.Object
-
- org.apache.felix.metatype.OptionalAttributes
-
- org.apache.felix.metatype.MetaData
-
@Deprecated(since="2021-05-27") public class MetaData extends OptionalAttributes
Deprecated.The Apache Felix metatype API is deprecated, please use the OSGi metatype API instead.TheMetaDataclass represents theMetaDataelement of the meta type descriptor.
-
-
Constructor Summary
Constructors Constructor Description MetaData()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddDesignate(Designate designate)Deprecated.voidaddObjectClassDefinition(OCD objectClassDefinition)Deprecated.ListgetDesignates()Deprecated.StringgetLocalePrefix()Deprecated.StringgetNamespace()Deprecated.MapgetObjectClassDefinitions()Deprecated.URLgetSource()Deprecated.voidsetLocalePrefix(String localePrefix)Deprecated.voidsetNamespace(String namespace)Deprecated.voidsetSource(URL source)Deprecated.-
Methods inherited from class org.apache.felix.metatype.OptionalAttributes
addOptionalAttribute, getOptionalAttributes
-
-
-
-
Method Detail
-
getLocalePrefix
public String getLocalePrefix()
Deprecated.
-
setLocalePrefix
public void setLocalePrefix(String localePrefix)
Deprecated.
-
getObjectClassDefinitions
public Map getObjectClassDefinitions()
Deprecated.
-
addObjectClassDefinition
public void addObjectClassDefinition(OCD objectClassDefinition)
Deprecated.
-
getDesignates
public List getDesignates()
Deprecated.
-
addDesignate
public void addDesignate(Designate designate)
Deprecated.
-
getSource
public URL getSource()
Deprecated.
-
setSource
public void setSource(URL source)
Deprecated.
-
getNamespace
public String getNamespace()
Deprecated.
-
setNamespace
public void setNamespace(String namespace)
Deprecated.
-
-