jar

com.github.burningwave : bw-core

Maven & Gradle

Dec 30, 2019
1 usages

BurningWave core · Burningwave core is an advanced, free and open source Java library that contains THE MOST POWERFUL CLASSPATH SCANNER for criteria based classes search. It’s possible to search classes by every criteria that your immagination can made by using lambda expressions. Burningwave core scan engine is highly optimized using direct allocated ByteBuffers to avoid heap saturation; searches are executed in multithreading context and are not affected by “the issue of the same class loaded by different classloaders” (normally if you try to execute "isAssignableFrom" method on a same class loaded from different classloader it return false). This library is useful also for creating classes during runtime, facilitate the use of reflection and much more...

Table Of Contents

Latest Version

Download com.github.burningwave : bw-core JAR file - Latest Versions:

All Versions

Download com.github.burningwave : bw-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.7.x
1.6.x
1.5.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 bw-core-1.7.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.burningwave.core.io

├─ com.github.burningwave.core.io.BufferSize.class - [JAR]

├─ com.github.burningwave.core.io.ByteBufferInputStream.class - [JAR]

├─ com.github.burningwave.core.io.ByteBufferOutputStream.class - [JAR]

├─ com.github.burningwave.core.io.ClosedInputStream.class - [JAR]

├─ com.github.burningwave.core.io.FileCriteria.class - [JAR]

├─ com.github.burningwave.core.io.FileInputStream.class - [JAR]

├─ com.github.burningwave.core.io.FileOutputStream.class - [JAR]

├─ com.github.burningwave.core.io.FileSystemHelper.class - [JAR]

├─ com.github.burningwave.core.io.FileSystemItem.class - [JAR]

├─ com.github.burningwave.core.io.FileSystemItemNotFoundException.class - [JAR]

├─ com.github.burningwave.core.io.PathHelper.class - [JAR]

├─ com.github.burningwave.core.io.StreamHelper.class - [JAR]

├─ com.github.burningwave.core.io.ZipEntryCriteria.class - [JAR]

├─ com.github.burningwave.core.io.ZipInputStream.class - [JAR]

com.github.burningwave.core.concurrent

├─ com.github.burningwave.core.concurrent.CollectionManager.class - [JAR]

├─ com.github.burningwave.core.concurrent.CollectionWrapper.class - [JAR]

├─ com.github.burningwave.core.concurrent.ConcurrentHelper.class - [JAR]

├─ com.github.burningwave.core.concurrent.Cycler.class - [JAR]

├─ com.github.burningwave.core.concurrent.Mutex.class - [JAR]

├─ com.github.burningwave.core.concurrent.ParallelTasksManager.class - [JAR]

com.github.burningwave.core.iterable

├─ com.github.burningwave.core.iterable.IterableObjectHelper.class - [JAR]

├─ com.github.burningwave.core.iterable.ObjectAssociations.class - [JAR]

com.github.burningwave.core.common

├─ com.github.burningwave.core.common.Classes.class - [JAR]

├─ com.github.burningwave.core.common.LoggersRepository.class - [JAR]

├─ com.github.burningwave.core.common.Streams.class - [JAR]

├─ com.github.burningwave.core.common.Strings.class - [JAR]

com.github.burningwave.core.function

├─ com.github.burningwave.core.function.PentaPredicate.class - [JAR]

├─ com.github.burningwave.core.function.QuadPredicate.class - [JAR]

├─ com.github.burningwave.core.function.ThrowingBiFunction.class - [JAR]

├─ com.github.burningwave.core.function.ThrowingBiPredicate.class - [JAR]

├─ com.github.burningwave.core.function.ThrowingConsumer.class - [JAR]

├─ com.github.burningwave.core.function.ThrowingFunction.class - [JAR]

├─ com.github.burningwave.core.function.ThrowingPredicate.class - [JAR]

├─ com.github.burningwave.core.function.ThrowingRunnable.class - [JAR]

├─ com.github.burningwave.core.function.ThrowingSupplier.class - [JAR]

├─ com.github.burningwave.core.function.ThrowingTriPredicate.class - [JAR]

├─ com.github.burningwave.core.function.TriConsumer.class - [JAR]

├─ com.github.burningwave.core.function.TriFunction.class - [JAR]

├─ com.github.burningwave.core.function.TriPredicate.class - [JAR]

com.github.burningwave

├─ com.github.burningwave.RuntimeException.class - [JAR]

├─ com.github.burningwave.Throwables.class - [JAR]

com.github.burningwave.core

├─ com.github.burningwave.core.CommandWrapper.class - [JAR]

├─ com.github.burningwave.core.Component.class - [JAR]

├─ com.github.burningwave.core.Context.class - [JAR]

├─ com.github.burningwave.core.Criteria.class - [JAR]

├─ com.github.burningwave.core.Group.class - [JAR]

├─ com.github.burningwave.core.Item.class - [JAR]

├─ com.github.burningwave.core.Logger.class - [JAR]

├─ com.github.burningwave.core.Virtual.class - [JAR]

com.github.burningwave.core.classes.hunter

├─ com.github.burningwave.core.classes.hunter.ByteCodeHunter.class - [JAR]

├─ com.github.burningwave.core.classes.hunter.CacherHunter.class - [JAR]

├─ com.github.burningwave.core.classes.hunter.ClassFileScanConfiguration.class - [JAR]

├─ com.github.burningwave.core.classes.hunter.ClassHunter.class - [JAR]

├─ com.github.burningwave.core.classes.hunter.ClassPathHunter.class - [JAR]

├─ com.github.burningwave.core.classes.hunter.Hunter.class - [JAR]

├─ com.github.burningwave.core.classes.hunter.PathMemoryClassLoader.class - [JAR]

├─ com.github.burningwave.core.classes.hunter.SearchContext.class - [JAR]

├─ com.github.burningwave.core.classes.hunter.SearchCriteria.class - [JAR]

├─ com.github.burningwave.core.classes.hunter.SearchCriteriaAbst.class - [JAR]

├─ com.github.burningwave.core.classes.hunter.SearchForPathCriteria.class - [JAR]

├─ com.github.burningwave.core.classes.hunter.SearchResult.class - [JAR]

com.github.burningwave.core.reflection

├─ com.github.burningwave.core.reflection.Binder.class - [JAR]

├─ com.github.burningwave.core.reflection.CallerRetriever.class - [JAR]

├─ com.github.burningwave.core.reflection.ConsumerBinder.class - [JAR]

├─ com.github.burningwave.core.reflection.FunctionBinder.class - [JAR]

├─ com.github.burningwave.core.reflection.FunctionalInterfaceFactory.class - [JAR]

├─ com.github.burningwave.core.reflection.ObjectRetriever.class - [JAR]

├─ com.github.burningwave.core.reflection.PropertyAccessor.class - [JAR]

├─ com.github.burningwave.core.reflection.RunnableBinder.class - [JAR]

├─ com.github.burningwave.core.reflection.SupplierBinder.class - [JAR]

com.github.burningwave.core.assembler

├─ com.github.burningwave.core.assembler.ComponentContainer.class - [JAR]

├─ com.github.burningwave.core.assembler.ComponentSupplier.class - [JAR]

com.github.burningwave.core.classes

├─ com.github.burningwave.core.classes.ClassFactory.class - [JAR]

├─ com.github.burningwave.core.classes.ClassHelper.class - [JAR]

├─ com.github.burningwave.core.classes.CodeGenerator.class - [JAR]

├─ com.github.burningwave.core.classes.ConstructorCriteria.class - [JAR]

├─ com.github.burningwave.core.classes.ConstructorHelper.class - [JAR]

├─ com.github.burningwave.core.classes.CriteriaWithClassElementsSupplyingSupport.class - [JAR]

├─ com.github.burningwave.core.classes.ExecutableMemberCriteria.class - [JAR]

├─ com.github.burningwave.core.classes.FieldCriteria.class - [JAR]

├─ com.github.burningwave.core.classes.FieldHelper.class - [JAR]

├─ com.github.burningwave.core.classes.JavaClass.class - [JAR]

├─ com.github.burningwave.core.classes.JavaMemoryCompiler.class - [JAR]

├─ com.github.burningwave.core.classes.MemberCriteria.class - [JAR]

├─ com.github.burningwave.core.classes.MemberFinder.class - [JAR]

├─ com.github.burningwave.core.classes.MemberHelper.class - [JAR]

├─ com.github.burningwave.core.classes.MemoryClassLoader.class - [JAR]

├─ com.github.burningwave.core.classes.MethodCriteria.class - [JAR]

├─ com.github.burningwave.core.classes.MethodHelper.class - [JAR]

Advertisement