jar

de.is24.common : switchman

Maven & Gradle

Oct 14, 2015

IS24 Switchman · Microservice for storing A/B Test configurations and decisions as well as Feature Switch states.

Table Of Contents

Latest Version

Download de.is24.common : switchman JAR file - Latest Versions:

All Versions

Download de.is24.common : switchman JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3
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 switchman-1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.is24.common.infrastructure.config

├─ de.is24.common.infrastructure.config.Application.class - [JAR]

├─ de.is24.common.infrastructure.config.Monitoring.class - [JAR]

├─ de.is24.common.infrastructure.config.Persistence.class - [JAR]

├─ de.is24.common.infrastructure.config.Reporting.class - [JAR]

├─ de.is24.common.infrastructure.config.RestMvc.class - [JAR]

├─ de.is24.common.infrastructure.config.Web.class - [JAR]

org.springframework.boot.loader.archive

├─ org.springframework.boot.loader.archive.Archive.class - [JAR]

├─ org.springframework.boot.loader.archive.ExplodedArchive.class - [JAR]

├─ org.springframework.boot.loader.archive.FilteredArchive.class - [JAR]

├─ org.springframework.boot.loader.archive.JarFileArchive.class - [JAR]

de.is24.common.togglz.service

├─ de.is24.common.togglz.service.RepositoryWritingFeatureManager.class - [JAR]

org.springframework.boot.loader

├─ org.springframework.boot.loader.ExecutableArchiveLauncher.class - [JAR]

├─ org.springframework.boot.loader.InputArgumentsJavaAgentDetector.class - [JAR]

├─ org.springframework.boot.loader.JarLauncher.class - [JAR]

├─ org.springframework.boot.loader.JavaAgentDetector.class - [JAR]

├─ org.springframework.boot.loader.LaunchedURLClassLoader.class - [JAR]

├─ org.springframework.boot.loader.Launcher.class - [JAR]

├─ org.springframework.boot.loader.MainMethodRunner.class - [JAR]

├─ org.springframework.boot.loader.PropertiesLauncher.class - [JAR]

├─ org.springframework.boot.loader.WarLauncher.class - [JAR]

de.is24.common.togglz.service.controller

├─ de.is24.common.togglz.service.controller.TogglzConfigurationController.class - [JAR]

de.is24.common.infrastructure.config.security

├─ de.is24.common.infrastructure.config.security.PredefinedUser.class - [JAR]

├─ de.is24.common.infrastructure.config.security.PredefinedUsers.class - [JAR]

├─ de.is24.common.infrastructure.config.security.Security.class - [JAR]

de.is24.common.abtesting.service.service

├─ de.is24.common.abtesting.service.service.AbTestConfigurationService.class - [JAR]

├─ de.is24.common.abtesting.service.service.AbTestDecisionService.class - [JAR]

├─ de.is24.common.abtesting.service.service.LatestDecision.class - [JAR]

├─ de.is24.common.abtesting.service.service.OrphanedTest.class - [JAR]

├─ de.is24.common.abtesting.service.service.TestNameCounter.class - [JAR]

de.is24.common.infrastructure.config.logging

├─ de.is24.common.infrastructure.config.logging.GlobalExceptionLoggingFilter.class - [JAR]

de.is24.common.abtesting.remote.api

├─ de.is24.common.abtesting.remote.api.AbTestConfiguration.class - [JAR]

├─ de.is24.common.abtesting.remote.api.AbTestDecision.class - [JAR]

├─ de.is24.common.abtesting.remote.api.AbTestStorageType.class - [JAR]

├─ de.is24.common.abtesting.remote.api.AbTestVariant.class - [JAR]

org.springframework.boot.loader.jar

├─ org.springframework.boot.loader.jar.Bytes.class - [JAR]

├─ org.springframework.boot.loader.jar.CentralDirectoryEndRecord.class - [JAR]

├─ org.springframework.boot.loader.jar.Handler.class - [JAR]

├─ org.springframework.boot.loader.jar.JarEntry.class - [JAR]

├─ org.springframework.boot.loader.jar.JarEntryData.class - [JAR]

├─ org.springframework.boot.loader.jar.JarEntryFilter.class - [JAR]

├─ org.springframework.boot.loader.jar.JarFile.class - [JAR]

├─ org.springframework.boot.loader.jar.JarURLConnection.class - [JAR]

├─ org.springframework.boot.loader.jar.ZipInflaterInputStream.class - [JAR]

de.is24.common.togglz.service.domain

├─ de.is24.common.togglz.service.domain.FeatureState.class - [JAR]

org.springframework.boot.loader.util

├─ org.springframework.boot.loader.util.AsciiBytes.class - [JAR]

├─ org.springframework.boot.loader.util.SystemPropertyUtils.class - [JAR]

de.is24.common.togglz.service.config

├─ de.is24.common.togglz.service.config.Togglz.class - [JAR]

de.is24.common.infrastructure.config.serialization

├─ de.is24.common.infrastructure.config.serialization.JsonMarshallingConfigModule.class - [JAR]

├─ de.is24.common.infrastructure.config.serialization.ReportingDateTimeSerializationModule.class - [JAR]

de.is24.common.abtesting.service.controller

├─ de.is24.common.abtesting.service.controller.ConfigurationController.class - [JAR]

├─ de.is24.common.abtesting.service.controller.DecisionController.class - [JAR]

├─ de.is24.common.abtesting.service.controller.DecisionsUploadController.class - [JAR]

├─ de.is24.common.abtesting.service.controller.UploadedDecision.class - [JAR]

de.is24.common.abtesting.service.repo

├─ de.is24.common.abtesting.service.repo.AbTestConfigurationRepository.class - [JAR]

├─ de.is24.common.abtesting.service.repo.AbTestDecisionRepository.class - [JAR]

de.is24.common.infrastructure.security

├─ de.is24.common.infrastructure.security.CurrentClientNameProvider.class - [JAR]

├─ de.is24.common.infrastructure.security.UserDetailsServiceImpl.class - [JAR]

de.is24.common.abtesting.remote.api.validation

├─ de.is24.common.abtesting.remote.api.validation.DateRangeValidator.class - [JAR]

├─ de.is24.common.abtesting.remote.api.validation.ValidateDateRange.class - [JAR]

├─ de.is24.common.abtesting.remote.api.validation.ValidateVariantIds.class - [JAR]

├─ de.is24.common.abtesting.remote.api.validation.VariantIdValidator.class - [JAR]

de.is24.common.infrastructure.domain

├─ de.is24.common.infrastructure.domain.Client.class - [JAR]

├─ de.is24.common.infrastructure.domain.DomainObject.class - [JAR]

de.is24.common.abtesting.service.reporting

├─ de.is24.common.abtesting.service.reporting.DecisionToHadoopExportCommand.class - [JAR]

├─ de.is24.common.abtesting.service.reporting.DecisionsToHadoopExporter.class - [JAR]

├─ de.is24.common.abtesting.service.reporting.DwhOldSchoolAbDecision.class - [JAR]

de.is24.common.abtesting.service.status

├─ de.is24.common.abtesting.service.status.MongoHealthIndicator.class - [JAR]

de.is24.common.togglz.service.repo

├─ de.is24.common.togglz.service.repo.FeatureStateRepository.class - [JAR]

de.is24.common.abtesting.service.domain

├─ de.is24.common.abtesting.service.domain.AbTestConfiguration.class - [JAR]

├─ de.is24.common.abtesting.service.domain.AbTestDecision.class - [JAR]

org.springframework.boot.loader.data

├─ org.springframework.boot.loader.data.ByteArrayRandomAccessData.class - [JAR]

├─ org.springframework.boot.loader.data.RandomAccessData.class - [JAR]

├─ org.springframework.boot.loader.data.RandomAccessDataFile.class - [JAR]

de.is24.common.infrastructure.repo

├─ de.is24.common.infrastructure.repo.ClientRepository.class - [JAR]

├─ de.is24.common.infrastructure.repo.RepositoryChangedLogger.class - [JAR]

de.is24.common.togglz.remote.api

├─ de.is24.common.togglz.remote.api.RemoteFeature.class - [JAR]

├─ de.is24.common.togglz.remote.api.RemoteFeatureState.class - [JAR]

Advertisement