Class LabelReferences


  • public class LabelReferences
    extends java.lang.Object
    • Field Detail

      • module

        public static final java.lang.String module
      • references

        protected java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Integer>> references
      • labels

        protected java.util.Map<java.lang.String,​LabelInfo> labels
      • labelSet

        protected java.util.Set<java.lang.String> labelSet
      • rootFolders

        protected java.util.Set<java.lang.String> rootFolders
    • Method Detail

      • getLabelReferences

        public java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Integer>> getLabelReferences()
                                                                                                                         throws java.io.IOException,
                                                                                                                                org.xml.sax.SAXException,
                                                                                                                                javax.xml.parsers.ParserConfigurationException,
                                                                                                                                GenericServiceException
        Throws:
        java.io.IOException
        org.xml.sax.SAXException
        javax.xml.parsers.ParserConfigurationException
        GenericServiceException
      • findUiLabelMapInMessage

        protected void findUiLabelMapInMessage​(java.lang.String inFile,
                                               java.lang.String filePath)
      • findUiLabelMapInPattern

        protected void findUiLabelMapInPattern​(java.lang.String inFile,
                                               java.lang.String pattern,
                                               java.lang.String filePath)
      • findUiLabelMapInFile

        protected void findUiLabelMapInFile​(java.lang.String inFile,
                                            java.lang.String filePath)
      • findLabelKeyInElement

        protected void findLabelKeyInElement​(java.lang.String inFile,
                                             java.lang.String filePath,
                                             java.lang.String elementName)