View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jikkou-0.24.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.streamthoughts.jikkou.api.manager
├─ io.streamthoughts.jikkou.api.manager.AbstractKafkaQuotaManager.class - [JAR]
├─ io.streamthoughts.jikkou.api.manager.AbstractKafkaTopicManager.class - [JAR]
├─ io.streamthoughts.jikkou.api.manager.AclDescribeOptions.class - [JAR]
├─ io.streamthoughts.jikkou.api.manager.BrokerDescribeOptions.class - [JAR]
├─ io.streamthoughts.jikkou.api.manager.DescribeOptions.class - [JAR]
├─ io.streamthoughts.jikkou.api.manager.KafkaAclsManager.class - [JAR]
├─ io.streamthoughts.jikkou.api.manager.KafkaBrokerManager.class - [JAR]
├─ io.streamthoughts.jikkou.api.manager.KafkaQuotaManager.class - [JAR]
├─ io.streamthoughts.jikkou.api.manager.KafkaResourceManager.class - [JAR]
├─ io.streamthoughts.jikkou.api.manager.KafkaResourceUpdateContext.class - [JAR]
├─ io.streamthoughts.jikkou.api.manager.KafkaTopicManager.class - [JAR]
├─ io.streamthoughts.jikkou.api.manager.TopicDescribeOptions.class - [JAR]
io.streamthoughts.jikkou.cli.command.validate
├─ io.streamthoughts.jikkou.cli.command.validate.ValidateCommand.class - [JAR]
io.streamthoughts.jikkou.cli.command.topic
├─ io.streamthoughts.jikkou.cli.command.topic.TopicsCommand.class - [JAR]
io.streamthoughts.jikkou.api.manager.kafka
├─ io.streamthoughts.jikkou.api.manager.kafka.AdminClientContext.class - [JAR]
├─ io.streamthoughts.jikkou.api.manager.kafka.AdminClientKafkaAclsManager.class - [JAR]
├─ io.streamthoughts.jikkou.api.manager.kafka.AdminClientKafkaBrokerManager.class - [JAR]
├─ io.streamthoughts.jikkou.api.manager.kafka.AdminClientKafkaQuotaManager.class - [JAR]
├─ io.streamthoughts.jikkou.api.manager.kafka.AdminClientKafkaTopicManager.class - [JAR]
io.streamthoughts.jikkou.api.filter
├─ io.streamthoughts.jikkou.api.filter.DefaultKafkaResourceFilter.class - [JAR]
├─ io.streamthoughts.jikkou.api.filter.KafkaResourceFilter.class - [JAR]
io.streamthoughts.jikkou.cli.command.config
├─ io.streamthoughts.jikkou.cli.command.config.ConfigCommand.class - [JAR]
io.streamthoughts.jikkou.api.validations
├─ io.streamthoughts.jikkou.api.validations.NoDuplicateRolesAllowedValidation.class - [JAR]
├─ io.streamthoughts.jikkou.api.validations.NoDuplicateTopicsAllowedValidation.class - [JAR]
├─ io.streamthoughts.jikkou.api.validations.NoDuplicateUsersAllowedValidation.class - [JAR]
├─ io.streamthoughts.jikkou.api.validations.QuotasEntityValidation.class - [JAR]
├─ io.streamthoughts.jikkou.api.validations.QuotasValidation.class - [JAR]
├─ io.streamthoughts.jikkou.api.validations.TopicConfigKeysValidation.class - [JAR]
├─ io.streamthoughts.jikkou.api.validations.TopicMaxNumPartitionsValidation.class - [JAR]
├─ io.streamthoughts.jikkou.api.validations.TopicMaxReplicationFactorValidation.class - [JAR]
├─ io.streamthoughts.jikkou.api.validations.TopicMinNumPartitionsValidation.class - [JAR]
├─ io.streamthoughts.jikkou.api.validations.TopicMinReplicationFactorValidation.class - [JAR]
├─ io.streamthoughts.jikkou.api.validations.TopicNamePrefixValidation.class - [JAR]
├─ io.streamthoughts.jikkou.api.validations.TopicNameRegexValidation.class - [JAR]
├─ io.streamthoughts.jikkou.api.validations.TopicNameSuffixValidation.class - [JAR]
├─ io.streamthoughts.jikkou.api.validations.TopicValidation.class - [JAR]
├─ io.streamthoughts.jikkou.api.validations.Validation.class - [JAR]
├─ io.streamthoughts.jikkou.api.validations.ValidationException.class - [JAR]
io.streamthoughts.jikkou.cli.command.extensions
├─ io.streamthoughts.jikkou.cli.command.extensions.ExtensionCommand.class - [JAR]
io.streamthoughts.jikkou.api.resources.acl.builder
├─ io.streamthoughts.jikkou.api.resources.acl.builder.AbstractAclRulesBuilder.class - [JAR]
├─ io.streamthoughts.jikkou.api.resources.acl.builder.LiteralAclRulesBuilder.class - [JAR]
├─ io.streamthoughts.jikkou.api.resources.acl.builder.TopicMatchingAclRulesBuilder.class - [JAR]
io.streamthoughts.jikkou.internal
├─ io.streamthoughts.jikkou.internal.ClassUtils.class - [JAR]
├─ io.streamthoughts.jikkou.internal.CollectionUtils.class - [JAR]
├─ io.streamthoughts.jikkou.internal.ConfigsBuilder.class - [JAR]
├─ io.streamthoughts.jikkou.internal.DescriptionProvider.class - [JAR]
├─ io.streamthoughts.jikkou.internal.FutureUtils.class - [JAR]
├─ io.streamthoughts.jikkou.internal.IOUtils.class - [JAR]
├─ io.streamthoughts.jikkou.internal.KafkaBrokersReady.class - [JAR]
├─ io.streamthoughts.jikkou.internal.KafkaTopics.class - [JAR]
├─ io.streamthoughts.jikkou.internal.KafkaUtils.class - [JAR]
├─ io.streamthoughts.jikkou.internal.PropertiesUtils.class - [JAR]
├─ io.streamthoughts.jikkou.internal.Time.class - [JAR]
io.streamthoughts.jikkou.api.operation.quotas
├─ io.streamthoughts.jikkou.api.operation.quotas.AbstractQuotaOperation.class - [JAR]
├─ io.streamthoughts.jikkou.api.operation.quotas.AlterQuotasOperation.class - [JAR]
├─ io.streamthoughts.jikkou.api.operation.quotas.ApplyQuotasOperation.class - [JAR]
├─ io.streamthoughts.jikkou.api.operation.quotas.CreateQuotasOperation.class - [JAR]
├─ io.streamthoughts.jikkou.api.operation.quotas.DeleteQuotasOperation.class - [JAR]
├─ io.streamthoughts.jikkou.api.operation.quotas.QuotaOperation.class - [JAR]
io.streamthoughts.jikkou.api.change
├─ io.streamthoughts.jikkou.api.change.AclChange.class - [JAR]
├─ io.streamthoughts.jikkou.api.change.AclChangeComputer.class - [JAR]
├─ io.streamthoughts.jikkou.api.change.AclChangeOptions.class - [JAR]
├─ io.streamthoughts.jikkou.api.change.Change.class - [JAR]
├─ io.streamthoughts.jikkou.api.change.ChangeComputer.class - [JAR]
├─ io.streamthoughts.jikkou.api.change.ChangeExecutor.class - [JAR]
├─ io.streamthoughts.jikkou.api.change.ChangeResult.class - [JAR]
├─ io.streamthoughts.jikkou.api.change.ConfigEntryChange.class - [JAR]
├─ io.streamthoughts.jikkou.api.change.ConfigEntryChangeComputer.class - [JAR]
├─ io.streamthoughts.jikkou.api.change.ConfigEntryOptions.class - [JAR]
├─ io.streamthoughts.jikkou.api.change.QuotaChange.class - [JAR]
├─ io.streamthoughts.jikkou.api.change.QuotaChangeComputer.class - [JAR]
├─ io.streamthoughts.jikkou.api.change.QuotaChangeOptions.class - [JAR]
├─ io.streamthoughts.jikkou.api.change.TopicChange.class - [JAR]
├─ io.streamthoughts.jikkou.api.change.TopicChangeComputer.class - [JAR]
├─ io.streamthoughts.jikkou.api.change.TopicChangeOptions.class - [JAR]
├─ io.streamthoughts.jikkou.api.change.ValueChange.class - [JAR]
io.streamthoughts.jikkou.api.operation
├─ io.streamthoughts.jikkou.api.operation.Description.class - [JAR]
├─ io.streamthoughts.jikkou.api.operation.ExecutableOperation.class - [JAR]
├─ io.streamthoughts.jikkou.api.operation.Operation.class - [JAR]
io.streamthoughts.jikkou.cli.command.acls
├─ io.streamthoughts.jikkou.cli.command.acls.AclsCommand.class - [JAR]
io.streamthoughts.jikkou.cli.command
├─ io.streamthoughts.jikkou.cli.command.BaseCommand.class - [JAR]
├─ io.streamthoughts.jikkou.cli.command.CLIOptionsMixin.class - [JAR]
├─ io.streamthoughts.jikkou.cli.command.ExecOptionsMixin.class - [JAR]
├─ io.streamthoughts.jikkou.cli.command.SetOptionsMixin.class - [JAR]
├─ io.streamthoughts.jikkou.cli.command.SpecFileOptionsMixin.class - [JAR]
├─ io.streamthoughts.jikkou.cli.command.WithSpecificationCommand.class - [JAR]
io.streamthoughts.jikkou.cli.command.quotas
├─ io.streamthoughts.jikkou.cli.command.quotas.QuotasCommand.class - [JAR]
io.streamthoughts.jikkou.cli.command.topic.subcommands
├─ io.streamthoughts.jikkou.cli.command.topic.subcommands.Alter.class - [JAR]
├─ io.streamthoughts.jikkou.cli.command.topic.subcommands.Apply.class - [JAR]
├─ io.streamthoughts.jikkou.cli.command.topic.subcommands.Create.class - [JAR]
├─ io.streamthoughts.jikkou.cli.command.topic.subcommands.Delete.class - [JAR]
├─ io.streamthoughts.jikkou.cli.command.topic.subcommands.Describe.class - [JAR]
io.streamthoughts.jikkou.api.resources
├─ io.streamthoughts.jikkou.api.resources.ConfigValue.class - [JAR]
├─ io.streamthoughts.jikkou.api.resources.Configs.class - [JAR]
├─ io.streamthoughts.jikkou.api.resources.Named.class - [JAR]
io.streamthoughts.jikkou.cli.command.quotas.subcommands
├─ io.streamthoughts.jikkou.cli.command.quotas.subcommands.Alter.class - [JAR]
├─ io.streamthoughts.jikkou.cli.command.quotas.subcommands.Apply.class - [JAR]
├─ io.streamthoughts.jikkou.cli.command.quotas.subcommands.Create.class - [JAR]
├─ io.streamthoughts.jikkou.cli.command.quotas.subcommands.Delete.class - [JAR]
├─ io.streamthoughts.jikkou.cli.command.quotas.subcommands.Describe.class - [JAR]
io.streamthoughts.jikkou.cli
├─ io.streamthoughts.jikkou.cli.CLIUtils.class - [JAR]
├─ io.streamthoughts.jikkou.cli.Jikkou.class - [JAR]
├─ io.streamthoughts.jikkou.cli.Printer.class - [JAR]
io.streamthoughts.jikkou.cli.command.acls.subcommands
├─ io.streamthoughts.jikkou.cli.command.acls.subcommands.Apply.class - [JAR]
├─ io.streamthoughts.jikkou.cli.command.acls.subcommands.Create.class - [JAR]
├─ io.streamthoughts.jikkou.cli.command.acls.subcommands.Delete.class - [JAR]
├─ io.streamthoughts.jikkou.cli.command.acls.subcommands.Describe.class - [JAR]
io.streamthoughts.jikkou.api.processor
├─ io.streamthoughts.jikkou.api.processor.DefaultProcessor.class - [JAR]
├─ io.streamthoughts.jikkou.api.processor.DefaultProcessorFactory.class - [JAR]
├─ io.streamthoughts.jikkou.api.processor.Processor.class - [JAR]
io.streamthoughts.jikkou.api.transforms
├─ io.streamthoughts.jikkou.api.transforms.ApplyConfigMapsTransformation.class - [JAR]
├─ io.streamthoughts.jikkou.api.transforms.TopicTransformation.class - [JAR]
├─ io.streamthoughts.jikkou.api.transforms.Transformation.class - [JAR]
io.streamthoughts.jikkou.api.config
├─ io.streamthoughts.jikkou.api.config.ConfigParam.class - [JAR]
├─ io.streamthoughts.jikkou.api.config.Configurable.class - [JAR]
├─ io.streamthoughts.jikkou.api.config.JikkouConfig.class - [JAR]
├─ io.streamthoughts.jikkou.api.config.JikkouParams.class - [JAR]
io.streamthoughts.jikkou.api.model
├─ io.streamthoughts.jikkou.api.model.ConfigMapRefs.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.MetaObject.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1AccessOperationPolicy.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1AccessPermission.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1AccessResourceMatcher.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1AccessRoleObject.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1AccessUserObject.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1BrokerObject.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1ConfigMap.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1ConfigMaps.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1MetadataObjects.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1QuotaEntityObject.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1QuotaLimitsObject.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1QuotaObject.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1QuotaType.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1SecurityObject.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1SpecFile.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1SpecObject.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1TemplateObject.class - [JAR]
├─ io.streamthoughts.jikkou.api.model.V1TopicObject.class - [JAR]
io.streamthoughts.jikkou.api.template
├─ io.streamthoughts.jikkou.api.template.TemplateBindings.class - [JAR]
├─ io.streamthoughts.jikkou.api.template.TemplateRenderer.class - [JAR]
io.streamthoughts.jikkou.api.error
├─ io.streamthoughts.jikkou.api.error.ConfigException.class - [JAR]
├─ io.streamthoughts.jikkou.api.error.ExecutionException.class - [JAR]
├─ io.streamthoughts.jikkou.api.error.InvalidSpecsFileException.class - [JAR]
├─ io.streamthoughts.jikkou.api.error.JikkouException.class - [JAR]
io.streamthoughts.jikkou.api.extensions
├─ io.streamthoughts.jikkou.api.extensions.Extension.class - [JAR]
├─ io.streamthoughts.jikkou.api.extensions.ExtensionClassLoader.class - [JAR]
├─ io.streamthoughts.jikkou.api.extensions.ExtensionDescription.class - [JAR]
├─ io.streamthoughts.jikkou.api.extensions.ExtensionRegistry.class - [JAR]
├─ io.streamthoughts.jikkou.api.extensions.ExtensionResolver.class - [JAR]
├─ io.streamthoughts.jikkou.api.extensions.ExternalExtension.class - [JAR]
├─ io.streamthoughts.jikkou.api.extensions.ReflectiveExtensionScanner.class - [JAR]
io.streamthoughts.jikkou.cli.command.broker
├─ io.streamthoughts.jikkou.cli.command.broker.BrokerCommand.class - [JAR]
io.streamthoughts.jikkou.cli.command.broker.subcommands
├─ io.streamthoughts.jikkou.cli.command.broker.subcommands.Describe.class - [JAR]
io.streamthoughts.jikkou.api.operation.acls
├─ io.streamthoughts.jikkou.api.operation.acls.AclOperation.class - [JAR]
├─ io.streamthoughts.jikkou.api.operation.acls.ApplyAclsOperation.class - [JAR]
├─ io.streamthoughts.jikkou.api.operation.acls.CreateAclsOperation.class - [JAR]
├─ io.streamthoughts.jikkou.api.operation.acls.DeleteAclsOperation.class - [JAR]
io.streamthoughts.jikkou.io
├─ io.streamthoughts.jikkou.io.Jackson.class - [JAR]
├─ io.streamthoughts.jikkou.io.SpecFileLoader.class - [JAR]
├─ io.streamthoughts.jikkou.io.SpecFileReader.class - [JAR]
├─ io.streamthoughts.jikkou.io.SpecFileWriter.class - [JAR]
├─ io.streamthoughts.jikkou.io.YAMLSpecReader.class - [JAR]
├─ io.streamthoughts.jikkou.io.YAMLSpecWriter.class - [JAR]
io.streamthoughts.jikkou.api.operation.topics
├─ io.streamthoughts.jikkou.api.operation.topics.AlterTopicOperation.class - [JAR]
├─ io.streamthoughts.jikkou.api.operation.topics.ApplyTopicOperation.class - [JAR]
├─ io.streamthoughts.jikkou.api.operation.topics.CreateTopicOperation.class - [JAR]
├─ io.streamthoughts.jikkou.api.operation.topics.DeleteTopicOperation.class - [JAR]
├─ io.streamthoughts.jikkou.api.operation.topics.TopicOperation.class - [JAR]
io.streamthoughts.jikkou.api.resources.acl
├─ io.streamthoughts.jikkou.api.resources.acl.AccessControlPolicy.class - [JAR]
├─ io.streamthoughts.jikkou.api.resources.acl.AccessControlPolicyBuilder.class - [JAR]
├─ io.streamthoughts.jikkou.api.resources.acl.AclRulesBuilder.class - [JAR]