Class NamespaceHandler
- java.lang.Object
-
- org.apache.karaf.shell.console.commands.NamespaceHandler
-
- All Implemented Interfaces:
org.apache.aries.blueprint.NamespaceHandler
@Deprecated public class NamespaceHandler extends Object implements org.apache.aries.blueprint.NamespaceHandler
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTIONDeprecated.static StringACTION_IDDeprecated.static StringBEANDeprecated.static StringBLUEPRINT_CONTAINERDeprecated.static StringBLUEPRINT_CONVERTERDeprecated.static StringCOMMANDDeprecated.static StringCOMMAND_BUNDLEDeprecated.static StringCOMPLETERSDeprecated.static StringIDDeprecated.static StringMAPDeprecated.static StringNAMEDeprecated.static StringNULLDeprecated.static StringOPTIONAL_COMPLETERSDeprecated.static StringOPTIONAL_COMPLETERS_PROPERTYDeprecated.static StringREFDeprecated.static StringSCANDeprecated.static StringSHELL_NAMESPACE_1_0_0Deprecated.static StringSHELL_NAMESPACE_1_1_0Deprecated.
-
Constructor Summary
Constructors Constructor Description NamespaceHandler()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.osgi.service.blueprint.reflect.ComponentMetadatadecorate(Node node, org.osgi.service.blueprint.reflect.ComponentMetadata component, org.apache.aries.blueprint.ParserContext context)Deprecated.Set<Class>getManagedClasses()Deprecated.StringgetName()Deprecated.static StringgetName(Class<?> action)Deprecated.URLgetSchemaLocation(String namespace)Deprecated.static StringgetScope(Class<?> action)Deprecated.org.osgi.service.blueprint.reflect.Metadataparse(Element element, org.apache.aries.blueprint.ParserContext context)Deprecated.
-
-
-
Field Detail
-
ID
public static final String ID
Deprecated.- See Also:
- Constant Field Values
-
ACTION
public static final String ACTION
Deprecated.- See Also:
- Constant Field Values
-
ACTION_ID
public static final String ACTION_ID
Deprecated.- See Also:
- Constant Field Values
-
COMMAND_BUNDLE
public static final String COMMAND_BUNDLE
Deprecated.- See Also:
- Constant Field Values
-
SCAN
public static final String SCAN
Deprecated.- See Also:
- Constant Field Values
-
NAME
public static final String NAME
Deprecated.- See Also:
- Constant Field Values
-
COMMAND
public static final String COMMAND
Deprecated.- See Also:
- Constant Field Values
-
COMPLETERS
public static final String COMPLETERS
Deprecated.- See Also:
- Constant Field Values
-
OPTIONAL_COMPLETERS
public static final String OPTIONAL_COMPLETERS
Deprecated.- See Also:
- Constant Field Values
-
OPTIONAL_COMPLETERS_PROPERTY
public static final String OPTIONAL_COMPLETERS_PROPERTY
Deprecated.- See Also:
- Constant Field Values
-
BEAN
public static final String BEAN
Deprecated.- See Also:
- Constant Field Values
-
REF
public static final String REF
Deprecated.- See Also:
- Constant Field Values
-
NULL
public static final String NULL
Deprecated.- See Also:
- Constant Field Values
-
MAP
public static final String MAP
Deprecated.- See Also:
- Constant Field Values
-
BLUEPRINT_CONTAINER
public static final String BLUEPRINT_CONTAINER
Deprecated.- See Also:
- Constant Field Values
-
BLUEPRINT_CONVERTER
public static final String BLUEPRINT_CONVERTER
Deprecated.- See Also:
- Constant Field Values
-
SHELL_NAMESPACE_1_0_0
public static final String SHELL_NAMESPACE_1_0_0
Deprecated.- See Also:
- Constant Field Values
-
SHELL_NAMESPACE_1_1_0
public static final String SHELL_NAMESPACE_1_1_0
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getSchemaLocation
public URL getSchemaLocation(String namespace)
Deprecated.- Specified by:
getSchemaLocationin interfaceorg.apache.aries.blueprint.NamespaceHandler
-
getManagedClasses
public Set<Class> getManagedClasses()
Deprecated.- Specified by:
getManagedClassesin interfaceorg.apache.aries.blueprint.NamespaceHandler
-
decorate
public org.osgi.service.blueprint.reflect.ComponentMetadata decorate(Node node, org.osgi.service.blueprint.reflect.ComponentMetadata component, org.apache.aries.blueprint.ParserContext context)
Deprecated.- Specified by:
decoratein interfaceorg.apache.aries.blueprint.NamespaceHandler
-
parse
public org.osgi.service.blueprint.reflect.Metadata parse(Element element, org.apache.aries.blueprint.ParserContext context)
Deprecated.- Specified by:
parsein interfaceorg.apache.aries.blueprint.NamespaceHandler
-
getName
public String getName()
Deprecated.
-
-