jar

com.github.cloudyrock : dimmer-core

Maven & Gradle

Jul 27, 2018
6 stars

dimmer-core · Lightweight library to manage feature toggling. Unlike others Dimmer doesn't work in switch mode, black or white, It provides a flexible way to respond to disabled features by adding customizable behaviours and pre-configured responses.

Table Of Contents

Latest Version

Download com.github.cloudyrock : dimmer-core JAR file - Latest Versions:

All Versions

Download com.github.cloudyrock : dimmer-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2
1.1
1.0

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 dimmer-core-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.cloudyrock.dimmer

├─ com.github.cloudyrock.dimmer.DimmerDefaultEnvironmentConfigurable.class - [JAR]

├─ com.github.cloudyrock.dimmer.DimmerEnvironmentConfigurable.class - [JAR]

├─ com.github.cloudyrock.dimmer.DimmerFeatureConfigurable.class - [JAR]

├─ com.github.cloudyrock.dimmer.DimmerProcessor.class - [JAR]

├─ com.github.cloudyrock.dimmer.ExceptionConstructorType.class - [JAR]

├─ com.github.cloudyrock.dimmer.ExceptionUtil.class - [JAR]

├─ com.github.cloudyrock.dimmer.FeatureExecutor.class - [JAR]

├─ com.github.cloudyrock.dimmer.FeatureInvocation.class - [JAR]

├─ com.github.cloudyrock.dimmer.FeatureMetadata.class - [JAR]

├─ com.github.cloudyrock.dimmer.FeatureMetadataBehaviour.class - [JAR]

├─ com.github.cloudyrock.dimmer.FeatureMetadataDefaultException.class - [JAR]

├─ com.github.cloudyrock.dimmer.FeatureMetadataException.class - [JAR]

├─ com.github.cloudyrock.dimmer.FeatureMetadataValue.class - [JAR]

├─ com.github.cloudyrock.dimmer.MethodCaller.class - [JAR]

├─ com.github.cloudyrock.dimmer.Util.class - [JAR]

com.github.cloudyrock.dimmer.exceptions

├─ com.github.cloudyrock.dimmer.exceptions.DimmerConfigException.class - [JAR]

├─ com.github.cloudyrock.dimmer.exceptions.DimmerInvocationException.class - [JAR]

Advertisement