Class ExportPaths


  • public class ExportPaths
    extends java.lang.Object
    Export utility that takes care of path replacement for different resources referenced in other files.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExportPaths()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      void put​(java.lang.String replace, java.lang.String with)  
      java.lang.String resolveExportPaths​(java.lang.String original)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExportPaths

        public ExportPaths()
    • Method Detail

      • resolveExportPaths

        public java.lang.String resolveExportPaths​(java.lang.String original)
      • put

        public void put​(java.lang.String replace,
                        java.lang.String with)
      • clear

        public void clear()