jar

org.togglz : togglz-core

Maven & Gradle

Aug 24, 2023
49 usages
725 stars

Togglz - Core Framework · Togglz - Core Framework

Table Of Contents

Latest Version

Download org.togglz : togglz-core JAR file - Latest Versions:

All Versions

Download org.togglz : togglz-core JAR file - All Versions:

Version Vulnerabilities Size Updated
4.3.x
4.2.x
4.1.x
4.0.x
4.0,0
3.3.x
3.2.x
3.1.x
3.0.x
2.9.x
2.8.x
2.7.x
2.6.x
2.5.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.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 togglz-core-4.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.togglz.core.activation

├─ org.togglz.core.activation.AbstractPropertyDrivenActivationStrategy.class - [JAR]

├─ org.togglz.core.activation.AbstractTokenizedActivationStrategy.class - [JAR]

├─ org.togglz.core.activation.ActivationStrategyProvider.class - [JAR]

├─ org.togglz.core.activation.DefaultActivationStrategyProvider.class - [JAR]

├─ org.togglz.core.activation.GradualActivationStrategy.class - [JAR]

├─ org.togglz.core.activation.Parameter.class - [JAR]

├─ org.togglz.core.activation.ParameterBuilder.class - [JAR]

├─ org.togglz.core.activation.ReleaseDateActivationStrategy.class - [JAR]

├─ org.togglz.core.activation.ScriptEngineActivationStrategy.class - [JAR]

├─ org.togglz.core.activation.ServerIpActivationStrategy.class - [JAR]

├─ org.togglz.core.activation.SystemPropertyActivationStrategy.class - [JAR]

├─ org.togglz.core.activation.UserRoleActivationStrategy.class - [JAR]

├─ org.togglz.core.activation.UsernameActivationStrategy.class - [JAR]

org.togglz.core.proxy

├─ org.togglz.core.proxy.ByteBuddyProxyFactory.class - [JAR]

├─ org.togglz.core.proxy.FeatureProxyInvocationHandler.class - [JAR]

├─ org.togglz.core.proxy.TogglzSwitchable.class - [JAR]

org.togglz.core.repository.jdbc

├─ org.togglz.core.repository.jdbc.Columns.class - [JAR]

├─ org.togglz.core.repository.jdbc.JDBCStateRepository.class - [JAR]

├─ org.togglz.core.repository.jdbc.SchemaUpdater.class - [JAR]

org.togglz.core.repository.property

├─ org.togglz.core.repository.property.PropertyBasedStateRepository.class - [JAR]

├─ org.togglz.core.repository.property.PropertySource.class - [JAR]

org.togglz.core.logging

├─ org.togglz.core.logging.LoggingStateRepository.class - [JAR]

org.togglz.core.context

├─ org.togglz.core.context.BeanFinderFeatureManagerProvider.class - [JAR]

├─ org.togglz.core.context.ContextClassLoaderFeatureManagerProvider.class - [JAR]

├─ org.togglz.core.context.FeatureContext.class - [JAR]

├─ org.togglz.core.context.JNDIFeatureManagerProvider.class - [JAR]

├─ org.togglz.core.context.StaticFeatureManagerProvider.class - [JAR]

├─ org.togglz.core.context.ThreadLocalFeatureManagerProvider.class - [JAR]

org.togglz.core.repository.file

├─ org.togglz.core.repository.file.FileBasedStateRepository.class - [JAR]

├─ org.togglz.core.repository.file.ReloadablePropertiesFile.class - [JAR]

org.togglz.core.bootstrap

├─ org.togglz.core.bootstrap.FeatureManagerBootstrapper.class - [JAR]

├─ org.togglz.core.bootstrap.TogglzBootstrap.class - [JAR]

org.togglz.core.annotation

├─ org.togglz.core.annotation.ActivationParameter.class - [JAR]

├─ org.togglz.core.annotation.DefaultActivationStrategy.class - [JAR]

├─ org.togglz.core.annotation.EnabledByDefault.class - [JAR]

├─ org.togglz.core.annotation.FeatureAttribute.class - [JAR]

├─ org.togglz.core.annotation.FeatureGroup.class - [JAR]

├─ org.togglz.core.annotation.InfoLink.class - [JAR]

├─ org.togglz.core.annotation.Label.class - [JAR]

├─ org.togglz.core.annotation.Owner.class - [JAR]

org.togglz.core.metadata.property

├─ org.togglz.core.metadata.property.PropertyFeatureMetaData.class - [JAR]

org.togglz.core.repository.composite

├─ org.togglz.core.repository.composite.CompositeStateRepository.class - [JAR]

org.togglz.core

├─ org.togglz.core.Feature.class - [JAR]

├─ org.togglz.core.Togglz.class - [JAR]

org.togglz.core.repository.listener

├─ org.togglz.core.repository.listener.FeatureStateChangedListener.class - [JAR]

├─ org.togglz.core.repository.listener.ListenableStateRepository.class - [JAR]

org.togglz.core.repository

├─ org.togglz.core.repository.FeatureState.class - [JAR]

├─ org.togglz.core.repository.StateRepository.class - [JAR]

org.togglz.core.repository.util

├─ org.togglz.core.repository.util.DefaultMapSerializer.class - [JAR]

├─ org.togglz.core.repository.util.MapSerializer.class - [JAR]

org.togglz.core.metadata

├─ org.togglz.core.metadata.EmptyFeatureMetaData.class - [JAR]

├─ org.togglz.core.metadata.FeatureGroup.class - [JAR]

├─ org.togglz.core.metadata.FeatureMetaData.class - [JAR]

├─ org.togglz.core.metadata.SimpleFeatureGroup.class - [JAR]

org.togglz.core.repository.mem

├─ org.togglz.core.repository.mem.InMemoryStateRepository.class - [JAR]

org.togglz.core.user.jaas

├─ org.togglz.core.user.jaas.JAASUserProvider.class - [JAR]

org.togglz.core.manager

├─ org.togglz.core.manager.CompositeFeatureProvider.class - [JAR]

├─ org.togglz.core.manager.DefaultFeatureManager.class - [JAR]

├─ org.togglz.core.manager.EmptyFeatureProvider.class - [JAR]

├─ org.togglz.core.manager.EnumBasedFeatureProvider.class - [JAR]

├─ org.togglz.core.manager.FeatureManager.class - [JAR]

├─ org.togglz.core.manager.FeatureManagerBuilder.class - [JAR]

├─ org.togglz.core.manager.LazyResolvingFeatureManager.class - [JAR]

├─ org.togglz.core.manager.PropertyFeatureProvider.class - [JAR]

├─ org.togglz.core.manager.TogglzConfig.class - [JAR]

org.togglz.core.repository.cache

├─ org.togglz.core.repository.cache.CachingStateRepository.class - [JAR]

org.togglz.core.spi

├─ org.togglz.core.spi.ActivationStrategy.class - [JAR]

├─ org.togglz.core.spi.BeanFinder.class - [JAR]

├─ org.togglz.core.spi.FeatureManagerListener.class - [JAR]

├─ org.togglz.core.spi.FeatureManagerProvider.class - [JAR]

├─ org.togglz.core.spi.FeatureProvider.class - [JAR]

org.togglz.core.user

├─ org.togglz.core.user.FeatureUser.class - [JAR]

├─ org.togglz.core.user.NoOpUserProvider.class - [JAR]

├─ org.togglz.core.user.SimpleFeatureUser.class - [JAR]

├─ org.togglz.core.user.SingleUserProvider.class - [JAR]

├─ org.togglz.core.user.UserProvider.class - [JAR]

org.togglz.core.metadata.enums

├─ org.togglz.core.metadata.enums.AnnotationFeatureGroup.class - [JAR]

├─ org.togglz.core.metadata.enums.EnumFeatureMetaData.class - [JAR]

org.togglz.core.util

├─ org.togglz.core.util.ConcurrentReferenceHashMap.class - [JAR]

├─ org.togglz.core.util.DbUtils.class - [JAR]

├─ org.togglz.core.util.FeatureAnnotations.class - [JAR]

├─ org.togglz.core.util.FeatureMap.class - [JAR]

├─ org.togglz.core.util.FeatureStateStorageWrapper.class - [JAR]

├─ org.togglz.core.util.IOUtils.class - [JAR]

├─ org.togglz.core.util.MoreObjects.class - [JAR]

├─ org.togglz.core.util.NamedFeature.class - [JAR]

├─ org.togglz.core.util.Preconditions.class - [JAR]

├─ org.togglz.core.util.Services.class - [JAR]

├─ org.togglz.core.util.Strings.class - [JAR]

├─ org.togglz.core.util.Validate.class - [JAR]

├─ org.togglz.core.util.Weighted.class - [JAR]

org.togglz.core.jndi

├─ org.togglz.core.jndi.FeatureManagerObjectFactory.class - [JAR]

org.togglz.core.user.thread

├─ org.togglz.core.user.thread.ThreadLocalUserProvider.class - [JAR]

Advertisement

Dependencies from Group

Aug 24, 2023
49 usages
725 stars
Aug 24, 2023
23 usages
725 stars
Aug 24, 2023
21 usages
725 stars
Aug 24, 2023
14 usages
725 stars
Aug 24, 2023
13 usages
725 stars

Discover Dependencies

Oct 20, 2021
16 usages
8.2k stars
Aug 16, 2023
40 usages
1.5k stars
Mar 23, 2017
3 usages
2.7k stars
Jun 20, 2023
3 usages
5 stars
Jul 25, 2023
18 usages
4.1k stars
Jul 11, 2023
28 usages
4.1k stars
Jul 04, 2023
5 usages