Class RegistryDependency


  • public class RegistryDependency
    extends Object
    This class is used to find wsdl/schema dependencies using registry.core() and doing string manipulation to map the relative location to absolute registry location
    • Constructor Detail

      • RegistryDependency

        public RegistryDependency​(String registryKey)
        Parameters:
        registryKey -
    • Method Detail

      • getDependencies

        public Map<String,​String> getDependencies()
        Get the associations related to a particular WSDL/schema key
      • constructRegistryPathToRelativePath

        public String constructRegistryPathToRelativePath​(String relativeLocation)
        Constructing the relative location to the actual registry path (eg:removing versions and ../ (../../../a.xsd;version 1000)
        Parameters:
        relativeLocation -
        Returns: