jar

com.kapilvirenahuja : iframework

Maven & Gradle

Nov 22, 2011

iFramework · This is a set of utilities and classes that I have found useful over the years. In my career spanning over a decade, I have time and again written the same code or some part of the code over and over again. I never found the time to collate the details in a reusable library. This project will be a collection of such files. The work that I have been doing is more than 5 years old, however the project has been conceived in 2011.

Table Of Contents

Latest Version

Download com.kapilvirenahuja : iframework JAR file - Latest Versions:

All Versions

Download com.kapilvirenahuja : iframework JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window iframework-1.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.kapil.framework.concurrent

├─ com.kapil.framework.concurrent.IBroker.class - [JAR]

├─ com.kapil.framework.concurrent.IConsumer.class - [JAR]

├─ com.kapil.framework.concurrent.IProducer.class - [JAR]

com.kapil.framework.concurrent.impl

├─ com.kapil.framework.concurrent.impl.AbstractBroker.class - [JAR]

├─ com.kapil.framework.concurrent.impl.AbstractConsumer.class - [JAR]

├─ com.kapil.framework.concurrent.impl.AbstractProducer.class - [JAR]

├─ com.kapil.framework.concurrent.impl.AsyncQueueBroker.class - [JAR]

com.kapil.framework.database

├─ com.kapil.framework.database.IDatabaseSetup.class - [JAR]

com.kapil.framework.logger

├─ com.kapil.framework.logger.DefaultLogger.class - [JAR]

├─ com.kapil.framework.logger.ILogger.class - [JAR]

├─ com.kapil.framework.logger.LogFactory.class - [JAR]

com.kapil.framework.database.impl

├─ com.kapil.framework.database.impl.AbstractDatabaseSetup.class - [JAR]

├─ com.kapil.framework.database.impl.MySQLDatabaseSetup.class - [JAR]

com.kapil.framework.lang

├─ com.kapil.framework.lang.ArrayUtils.class - [JAR]

├─ com.kapil.framework.lang.Assert.class - [JAR]

├─ com.kapil.framework.lang.ClassPathUtils.class - [JAR]

├─ com.kapil.framework.lang.ObjectFactory.class - [JAR]

├─ com.kapil.framework.lang.ReflectionUtil.class - [JAR]

├─ com.kapil.framework.lang.StringUtils.class - [JAR]

com.kapil.framework.email

├─ com.kapil.framework.email.BaseEmailDispatcher.class - [JAR]

├─ com.kapil.framework.email.DirectEmailDispatcher.class - [JAR]

├─ com.kapil.framework.email.DummyEmailDispatcher.class - [JAR]

├─ com.kapil.framework.email.EmailDispatcherFactory.class - [JAR]

├─ com.kapil.framework.email.EmailServer.class - [JAR]

├─ com.kapil.framework.email.EmailVO.class - [JAR]

├─ com.kapil.framework.email.IEmailDispatcher.class - [JAR]

com.kapil.framework.exception

├─ com.kapil.framework.exception.BaseException.class - [JAR]

com.kapil.framework.exception.impl

├─ com.kapil.framework.exception.impl.ConfigurationException.class - [JAR]

├─ com.kapil.framework.exception.impl.DataProviderException.class - [JAR]

├─ com.kapil.framework.exception.impl.ObjectInitializationException.class - [JAR]

├─ com.kapil.framework.exception.impl.UnImplementedException.class - [JAR]

com.kapil.framework.crypto

├─ com.kapil.framework.crypto.Base64Util.class - [JAR]

├─ com.kapil.framework.crypto.DigesterFactory.class - [JAR]

├─ com.kapil.framework.crypto.IDigester.class - [JAR]

├─ com.kapil.framework.crypto.SaltedSecureHashDigester.class - [JAR]

├─ com.kapil.framework.crypto.SecureHashDigester.class - [JAR]

├─ com.kapil.framework.crypto.UniqueTokenGenerator.class - [JAR]

com.kapil.framework.reader

├─ com.kapil.framework.reader.IMessageReader.class - [JAR]

├─ com.kapil.framework.reader.MessageReader.class - [JAR]

├─ com.kapil.framework.reader.MessageReaderFactory.class - [JAR]

├─ com.kapil.framework.reader.ResourceBundleMessageReader.class - [JAR]

├─ com.kapil.framework.reader.XMLConfigurationReader.class - [JAR]