Class NamespaceHelper

java.lang.Object
org.apache.xbean.spring.context.impl.NamespaceHelper

public class NamespaceHelper extends Object
A helper class for turning namespaces into META-INF/services URIs
Version:
$Revision: 1.1 $
  • Field Details

  • Constructor Details

    • NamespaceHelper

      public NamespaceHelper()
  • Method Details

    • createDiscoveryPathName

      public static 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 file
    • createDiscoveryPathName

      public static String createDiscoveryPathName(String uri)
      Converts the namespace and localName into a valid path name we can use on the classpath to discover a text file
    • createDiscoveryOldPathName

      public static String createDiscoveryOldPathName(String uri)
      Creates the old URI for backwards compatibility
    • isEmpty

      public static boolean isEmpty(String uri)