Class GenericFileModule

    • Constructor Detail

      • GenericFileModule

        public GenericFileModule​(UpgradeManager manager)
    • Method Detail

      • getClassName

        public abstract java.lang.String getClassName()
      • getContentType

        protected abstract java.lang.String getContentType()
      • upgradeContents

        protected abstract java.lang.String upgradeContents​(UpgradeInfo info,
                                                            java.lang.String contents,
                                                            java.io.File f)
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: UpgradeModule
        A description of the task the module performs.
      • processDir

        protected void processDir​(UpgradeInfo info,
                                  java.io.File directory)
        Process the contents of a folder.
      • getNewCustomPath

        public java.lang.String getNewCustomPath​(UpgradeInfo info,
                                                 java.lang.String originalPath,
                                                 java.lang.String baseFolder)