Skip to content

Commit

Permalink
(#42) Dump and validate ModuleProducer related API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasuryat committed Oct 12, 2023
1 parent 064af91 commit 0b7b9d5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion mendable/api/mendable.api
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@ public final class com/jayasuryat/mendable/MendableReportGenerator$Progress$Succ

public final class com/jayasuryat/mendable/MendableReportGeneratorRequest {
public fun <init> (Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;Lcom/jayasuryat/mendable/MendableReportGeneratorRequest$ExportType;Lcom/jayasuryat/mendable/MendableReportGeneratorRequest$IncludeModules;)V
public fun <init> (Ljava/util/List;Ljava/lang/String;ZLjava/lang/String;Lcom/jayasuryat/mendable/MendableReportGeneratorRequest$ExportType;Lcom/jayasuryat/mendable/MendableReportGeneratorRequest$IncludeModules;)V
public fun <init> (Ljava/util/List;Ljava/lang/String;ZLjava/lang/String;Lcom/jayasuryat/mendable/MendableReportGeneratorRequest$ExportType;Lcom/jayasuryat/mendable/MendableReportGeneratorRequest$IncludeModules;Lcom/jayasuryat/mendable/ModuleProducer;)V
public synthetic fun <init> (Ljava/util/List;Ljava/lang/String;ZLjava/lang/String;Lcom/jayasuryat/mendable/MendableReportGeneratorRequest$ExportType;Lcom/jayasuryat/mendable/MendableReportGeneratorRequest$IncludeModules;Lcom/jayasuryat/mendable/ModuleProducer;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun equals (Ljava/lang/Object;)Z
public final fun getExportType ()Lcom/jayasuryat/mendable/MendableReportGeneratorRequest$ExportType;
public final fun getIncludeModules ()Lcom/jayasuryat/mendable/MendableReportGeneratorRequest$IncludeModules;
public final fun getModuleProducer ()Lcom/jayasuryat/mendable/ModuleProducer;
public final fun getOutputFileName ()Ljava/lang/String;
public final fun getOutputPath ()Ljava/lang/String;
public final fun getScanPath ()Ljava/lang/String;
Expand Down Expand Up @@ -105,3 +107,12 @@ public final class com/jayasuryat/mendable/MendableReportGeneratorRequest$Includ
public final fun find (Ljava/lang/String;)Lcom/jayasuryat/mendable/MendableReportGeneratorRequest$IncludeModules;
}

public abstract interface class com/jayasuryat/mendable/ModuleProducer {
public static final field Companion Lcom/jayasuryat/mendable/ModuleProducer$Companion;
public abstract fun parseModule (Ljava/io/File;)Lcom/jayasuryat/mendable/metricsfile/Module;
}

public final class com/jayasuryat/mendable/ModuleProducer$Companion {
public final fun getDefault ()Lcom/jayasuryat/mendable/ModuleProducer;
}

0 comments on commit 0b7b9d5

Please sign in to comment.