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 uberfire-commons-editor-backend-7.74.1.Final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.uberfire.ext.editor.commons.backend.service.restriction
├─ org.uberfire.ext.editor.commons.backend.service.restriction.LockRestrictor.class - [JAR]
org.uberfire.ext.editor.commons.backend.service
├─ org.uberfire.ext.editor.commons.backend.service.CopyServiceImpl.class - [JAR]
├─ org.uberfire.ext.editor.commons.backend.service.DeleteServiceImpl.class - [JAR]
├─ org.uberfire.ext.editor.commons.backend.service.RenameServiceImpl.class - [JAR]
├─ org.uberfire.ext.editor.commons.backend.service.SaveAndRenameServiceImpl.class - [JAR]
├─ org.uberfire.ext.editor.commons.backend.service.ValidationServiceImpl.class - [JAR]
org.uberfire.ext.editor.commons.backend.version
├─ org.uberfire.ext.editor.commons.backend.version.PathResolverImpl.class - [JAR]
├─ org.uberfire.ext.editor.commons.backend.version.VersionRecordServiceImpl.class - [JAR]
├─ org.uberfire.ext.editor.commons.backend.version.VersionServiceImpl.class - [JAR]
├─ org.uberfire.ext.editor.commons.backend.version.VersionUtil.class - [JAR]
org.uberfire.ext.editor.commons.backend.service.naming
├─ org.uberfire.ext.editor.commons.backend.service.naming.PathNamingServiceImpl.class - [JAR]
org.uberfire.ext.editor.commons.backend.validation
├─ org.uberfire.ext.editor.commons.backend.validation.DefaultFileNameValidator.class - [JAR]
├─ org.uberfire.ext.editor.commons.backend.validation.FileNameValidator.class - [JAR]
├─ org.uberfire.ext.editor.commons.backend.validation.ValidationUtils.class - [JAR]
org.uberfire.ext.editor.commons.backend.service.htmleditor
├─ org.uberfire.ext.editor.commons.backend.service.htmleditor.HtmlEditorServiceImpl.class - [JAR]
org.uberfire.ext.editor.commons.backend.service.helper
├─ org.uberfire.ext.editor.commons.backend.service.helper.CopyHelper.class - [JAR]
├─ org.uberfire.ext.editor.commons.backend.service.helper.DeleteHelper.class - [JAR]
├─ org.uberfire.ext.editor.commons.backend.service.helper.RenameHelper.class - [JAR]