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 udp-ugc-cil-api-11.5.0-1180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sdl.delivery.ugc.client
├─ com.sdl.delivery.ugc.client.UgcClientApi.class - [JAR]
com.sdl.delivery.ugc.client.rating
├─ com.sdl.delivery.ugc.client.rating.UgcRatingApi.class - [JAR]
com.sdl.delivery.ugc.client.comment.impl
├─ com.sdl.delivery.ugc.client.comment.impl.DefaultUgcCommentApi.class - [JAR]
├─ com.sdl.delivery.ugc.client.comment.impl.RequestFilterUtils.class - [JAR]
├─ com.sdl.delivery.ugc.client.comment.impl.SimpleCommentsFilter.class - [JAR]
com.sdl.delivery.ugc.client.comment
├─ com.sdl.delivery.ugc.client.comment.CommentsFilter.class - [JAR]
├─ com.sdl.delivery.ugc.client.comment.UgcCommentApi.class - [JAR]
├─ com.sdl.delivery.ugc.client.comment.UgcVoteCommentApi.class - [JAR]
com.sdl.delivery.ugc.client.impl
├─ com.sdl.delivery.ugc.client.impl.UgcClient.class - [JAR]
├─ com.sdl.delivery.ugc.client.impl.UgcClientComponentsProvider.class - [JAR]
├─ com.sdl.delivery.ugc.client.impl.UgcClientProvider.class - [JAR]
com.sdl.delivery.ugc.client.odata.edm.impl
├─ com.sdl.delivery.ugc.client.odata.edm.impl.CommentEdm.class - [JAR]
├─ com.sdl.delivery.ugc.client.odata.edm.impl.CommentMetaEdm.class - [JAR]
├─ com.sdl.delivery.ugc.client.odata.edm.impl.RatingEdm.class - [JAR]
├─ com.sdl.delivery.ugc.client.odata.edm.impl.UserEdm.class - [JAR]
com.sdl.delivery.ugc.client.odata.edm
├─ com.sdl.delivery.ugc.client.odata.edm.Comment.class - [JAR]
├─ com.sdl.delivery.ugc.client.odata.edm.CommentMeta.class - [JAR]
├─ com.sdl.delivery.ugc.client.odata.edm.Item.class - [JAR]
├─ com.sdl.delivery.ugc.client.odata.edm.Rating.class - [JAR]
├─ com.sdl.delivery.ugc.client.odata.edm.User.class - [JAR]
com.sdl.delivery.ugc.client.marshall
├─ com.sdl.delivery.ugc.client.marshall.UgcAtomEntityMarshaller.class - [JAR]
├─ com.sdl.delivery.ugc.client.marshall.UgcAtomRenderer.class - [JAR]