Class IndexNaming

java.lang.Object
ai.attackframework.tools.burp.utils.IndexNaming

public final class IndexNaming extends Object
  • Field Details

  • Method Details

    • indexNameForShortName

      public static String indexNameForShortName(String shortName)
    • shortNameForIndexName

      public static String shortNameForIndexName(String indexName)
    • computeIndexBaseNames

      public static List<String> computeIndexBaseNames(List<String> selectedSources)
    • toJsonFileNames

      public static List<String> toJsonFileNames(List<String> baseNames)
    • toExportFileNames

      public static List<String> toExportFileNames(List<String> baseNames, boolean jsonlEnabled, boolean bulkNdjsonEnabled)
      Returns export data file names for the selected on-disk formats.