Class ModuleProcessor


  • public class ModuleProcessor
    extends java.lang.Object
    Module processor.
    Since:
    8.1.0
    Version:
    $Revision: 25381 $ $Date: 2022-12-12 17:24:33 -0300 (Mon, 12 Dec 2022) $
    • Constructor Summary

      Constructors 
      Constructor Description
      ModuleProcessor()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void postProcess​(IDeployObject preProcessed)
      Post process the given pre-processed module metadata object.
      static ModuleObject preProcess​(IFile moduleFile, boolean forceUseFileContentsForChecksum)
      Extracts metadata from the given module file or folder.
      • Methods inherited from class java.lang.Object

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

      • ModuleProcessor

        public ModuleProcessor()
    • Method Detail

      • preProcess

        public static ModuleObject preProcess​(IFile moduleFile,
                                              boolean forceUseFileContentsForChecksum)
        Extracts metadata from the given module file or folder.
        Parameters:
        moduleFile - the module file or folder
        Returns:
        metadata from the given module file or folder.
        Since:
        8.1.0
      • postProcess

        public static void postProcess​(IDeployObject preProcessed)
        Post process the given pre-processed module metadata object.
        Parameters:
        preProcessed - the pre-processed module metadata object
        Since:
        8.1.0