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 org.wso2.carbon.auth.scope.registration-1.0.59.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.wso2.carbon.auth.scope.registration.dao
├─ org.wso2.carbon.auth.scope.registration.dao.ScopeDAO.class - [JAR]
org.wso2.carbon.auth.scope.registration.dto
├─ org.wso2.carbon.auth.scope.registration.dto.Scope.class - [JAR]
org.wso2.carbon.auth.scope.registration.dao.impl
├─ org.wso2.carbon.auth.scope.registration.dao.impl.DAOFactory.class - [JAR]
├─ org.wso2.carbon.auth.scope.registration.dao.impl.SQLQueries.class - [JAR]
├─ org.wso2.carbon.auth.scope.registration.dao.impl.ScopeDAOImpl.class - [JAR]
org.wso2.carbon.auth.scope.registration.constants
├─ org.wso2.carbon.auth.scope.registration.constants.ScopeConstants.class - [JAR]
org.wso2.carbon.auth.scope.registration.impl
├─ org.wso2.carbon.auth.scope.registration.impl.ScopeManager.class - [JAR]
├─ org.wso2.carbon.auth.scope.registration.impl.ScopeManagerImpl.class - [JAR]
org.wso2.carbon.auth.scope.registration.exceptions
├─ org.wso2.carbon.auth.scope.registration.exceptions.ScopeDAOException.class - [JAR]