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 google-translate-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ligboy.translate.exception
├─ org.ligboy.translate.exception.IllegalTokenKeyException.class - [JAR]
├─ org.ligboy.translate.exception.RetrieveTokenKeyFailedException.class - [JAR]
├─ org.ligboy.translate.exception.TranslateFailedException.class - [JAR]
org.ligboy.translate.model
├─ org.ligboy.translate.model.TokenKey.class - [JAR]
├─ org.ligboy.translate.model.TranslateResult.class - [JAR]
org.ligboy.translate
├─ org.ligboy.translate.TokenGenerator.class - [JAR]
├─ org.ligboy.translate.Translate.class - [JAR]
├─ org.ligboy.translate.TranslateConverterFactory.class - [JAR]
├─ org.ligboy.translate.TranslateService.class - [JAR]