psdi.iface.app.interror

Class MaxIntExtractFileSet

    • Constructor Detail

      • MaxIntExtractFileSet

        public MaxIntExtractFileSet(MboServerInterface ms)
                             throws MXException,
                                    java.rmi.RemoteException
        Construct the MaxIntExtractFileSet.
        Parameters:
        ms -
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • getImportFileName

        public static java.lang.String getImportFileName(java.lang.String fileName)
        Parse out the original import file name from the generated extract file name. The original import file name should be all characters following the second underscore. If two underscores are not found then return null.
        Parameters:
        fileName -
        Returns:
        Import File Name
      • getImportFileDate

        public static java.util.Date getImportFileDate(java.lang.String fileName)
        Parse out the original import date from the generated extract file name. The original import date should be the first 14 characters in the format yyyymmddhhmmss. If there is any problems parsing the date then return null.
        Parameters:
        fileName -
        Returns:
        Import File Date
      • getExtractFileURL

        public static java.lang.String getExtractFileURL(java.lang.String filePath,
                                                         java.lang.String extractDir)
        Parameters:
        filePath -
        extractDir -
        Returns:
        Extract File URL