View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window botbuilder-4.0.0-a0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microsoft.bot.builder.classic.dialogs
├─ com.microsoft.bot.builder.classic.dialogs.BotData.class - [JAR]
├─ com.microsoft.bot.builder.classic.dialogs.BotDataBag.class - [JAR]
├─ com.microsoft.bot.builder.classic.dialogs.BotToUser.class - [JAR]
├─ com.microsoft.bot.builder.classic.dialogs.BotValue.class - [JAR]
├─ com.microsoft.bot.builder.classic.dialogs.DialogStack.class - [JAR]
├─ com.microsoft.bot.builder.classic.dialogs.DialogTask.class - [JAR]
com.microsoft.bot.builder.dialogs
├─ com.microsoft.bot.builder.dialogs.BotContext.class - [JAR]
├─ com.microsoft.bot.builder.dialogs.Dialog.class - [JAR]
├─ com.microsoft.bot.builder.dialogs.DialogCompletion.class - [JAR]
├─ com.microsoft.bot.builder.dialogs.DialogContext.class - [JAR]
├─ com.microsoft.bot.builder.dialogs.DialogContextImpl.class - [JAR]
├─ com.microsoft.bot.builder.dialogs.IDialog.class - [JAR]
├─ com.microsoft.bot.builder.dialogs.IDialogContinue.class - [JAR]
├─ com.microsoft.bot.builder.dialogs.MessageOptions.class - [JAR]
com.microsoft.bot.builder.core
├─ com.microsoft.bot.builder.core.AnonymousReceiveMiddleware.class - [JAR]
├─ com.microsoft.bot.builder.core.BotAssert.class - [JAR]
├─ com.microsoft.bot.builder.core.DeleteActivityHandler.class - [JAR]
├─ com.microsoft.bot.builder.core.Func.class - [JAR]
├─ com.microsoft.bot.builder.core.Middleware.class - [JAR]
├─ com.microsoft.bot.builder.core.MiddlewareCall.class - [JAR]
├─ com.microsoft.bot.builder.core.MiddlewareSet.class - [JAR]
├─ com.microsoft.bot.builder.core.NextDelegate.class - [JAR]
├─ com.microsoft.bot.builder.core.SendActivitiesHandler.class - [JAR]
├─ com.microsoft.bot.builder.core.TurnContext.class - [JAR]
├─ com.microsoft.bot.builder.core.TurnTask.class - [JAR]
├─ com.microsoft.bot.builder.core.UpdateActivityHandler.class - [JAR]