Class NamespaceHelper
java.lang.Object
org.apache.xbean.spring.context.impl.NamespaceHelper
A helper class for turning namespaces into META-INF/services URIs
- Version:
- $Revision: 1.1 $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Creates the old URI for backwards compatibilitystatic String
Converts the namespace and localName into a valid path name we can use on the classpath to discover a text filestatic String
createDiscoveryPathName
(String uri, String localName) Converts the namespace and localName into a valid path name we can use on the classpath to discover a text filestatic boolean
-
Field Details
-
META_INF_PREFIX
- See Also:
-
OLD_META_INF_PREFIX
- See Also:
-
-
Constructor Details
-
NamespaceHelper
public NamespaceHelper()
-
-
Method Details
-
createDiscoveryPathName
Converts the namespace and localName into a valid path name we can use on the classpath to discover a text file -
createDiscoveryPathName
Converts the namespace and localName into a valid path name we can use on the classpath to discover a text file -
createDiscoveryOldPathName
Creates the old URI for backwards compatibility -
isEmpty
-