Package org.apache.felix.metatype
Class Attribute
- java.lang.Object
-
- org.apache.felix.metatype.OptionalAttributes
-
- org.apache.felix.metatype.Attribute
-
@Deprecated public class Attribute extends OptionalAttributes
Deprecated.The Apache Felix metatype API is deprecated, please use the OSGi metatype API instead.TheAttributeTODO
-
-
Constructor Summary
Constructors Constructor Description Attribute()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddContent(java.lang.String[] added)Deprecated.voidaddContent(java.lang.String content, boolean split)Deprecated.java.lang.StringgetAdRef()Deprecated.java.lang.String[]getContent()Deprecated.voidsetAdRef(java.lang.String adRef)Deprecated.-
Methods inherited from class org.apache.felix.metatype.OptionalAttributes
addOptionalAttribute, getOptionalAttributes
-
-
-
-
Method Detail
-
getAdRef
public java.lang.String getAdRef()
Deprecated.
-
setAdRef
public void setAdRef(java.lang.String adRef)
Deprecated.
-
getContent
public java.lang.String[] getContent()
Deprecated.
-
addContent
public void addContent(java.lang.String[] added)
Deprecated.
-
addContent
public void addContent(java.lang.String content, boolean split)Deprecated.
-
-