You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: simbot-cores/simbot-core-spring-boot-starter-common/api/simbot-core-spring-boot-starter-common.api
+2
Original file line number
Diff line number
Diff line change
@@ -109,12 +109,14 @@ public final class love/forte/simbot/spring/common/application/SpringApplication
109
109
public final fun getAutoStartBots ()Z
110
110
public final fun getAutoStartMode ()Llove/forte/simbot/spring/common/application/BotAutoStartMode;
111
111
public final fun getConfigurationJsonResources ()Ljava/util/Set;
112
+
public final fun getIgnoreIOExceptionForResourcesLoad ()Z
112
113
public final fun setAutoRegistrationFailurePolicy (Llove/forte/simbot/spring/common/application/BotRegistrationFailurePolicy;)V
113
114
public final fun setAutoRegistrationMismatchConfigurableBotManagerPolicy (Llove/forte/simbot/spring/common/application/MismatchConfigurableBotManagerPolicy;)V
114
115
public final fun setAutoRegistrationResourceLoadFailurePolicy (Llove/forte/simbot/spring/common/application/BotConfigResourceLoadFailurePolicy;)V
115
116
public final fun setAutoStartBots (Z)V
116
117
public final fun setAutoStartMode (Llove/forte/simbot/spring/common/application/BotAutoStartMode;)V
117
118
public final fun setConfigurationJsonResources (Ljava/util/Set;)V
119
+
public final fun setIgnoreIOExceptionForResourcesLoad (Z)V
118
120
}
119
121
120
122
public final class love/forte/simbot/spring/common/application/SpringApplicationConfigurationProperties$BotProperties$Companion {
Copy file name to clipboardexpand all lines: simbot-cores/simbot-core-spring-boot-starter-common/src/main/kotlin/love/forte/simbot/spring/common/application/SpringApplicationConfigurationProperties.kt
+7
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,13 @@ public class SpringApplicationConfigurationProperties {
Copy file name to clipboardexpand all lines: simbot-cores/simbot-core-spring-boot-starter-v2/src/main/kotlin/love/forte/simbot/spring2/configuration/application/DefaultSimbotApplicationProcessor.kt
Copy file name to clipboardexpand all lines: simbot-cores/simbot-core-spring-boot-starter/src/main/kotlin/love/forte/simbot/spring/configuration/application/DefaultSimbotApplicationProcessor.kt
0 commit comments