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 couchmove-3.3.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.couchmove
├─ com.github.couchmove.Couchmove.class - [JAR]
com.github.couchmove.pojo
├─ com.github.couchmove.pojo.ChangeLock.class - [JAR]
├─ com.github.couchmove.pojo.ChangeLog.class - [JAR]
├─ com.github.couchmove.pojo.CouchbaseEntity.class - [JAR]
├─ com.github.couchmove.pojo.Document.class - [JAR]
├─ com.github.couchmove.pojo.Status.class - [JAR]
├─ com.github.couchmove.pojo.Type.class - [JAR]
com.github.couchmove.pojo.mixin
├─ com.github.couchmove.pojo.mixin.EventingFunctionMixin.class - [JAR]
com.github.couchmove.exception
├─ com.github.couchmove.exception.CouchmoveException.class - [JAR]
com.github.couchmove.repository
├─ com.github.couchmove.repository.CouchbaseRepository.class - [JAR]
├─ com.github.couchmove.repository.CouchbaseRepositoryImpl.class - [JAR]
├─ com.github.couchmove.repository.CustomSearchIndex.class - [JAR]
com.github.couchmove.service
├─ com.github.couchmove.service.ChangeLockService.class - [JAR]
├─ com.github.couchmove.service.ChangeLogDBService.class - [JAR]
├─ com.github.couchmove.service.ChangeLogFileService.class - [JAR]
com.github.couchmove.utils
├─ com.github.couchmove.utils.FileUtils.class - [JAR]
├─ com.github.couchmove.utils.FunctionUtils.class - [JAR]
├─ com.github.couchmove.utils.Utils.class - [JAR]