Uses of Enum
org.kordamp.jarviz.core.Format
Packages that use Format
Package
Description
-
Uses of Format in org.kordamp.jarviz.cli.internal
Fields in org.kordamp.jarviz.cli.internal declared as FormatModifier and TypeFieldDescriptionprotected FormatAbstractJarvizSubcommand.outputFormat(package private) Format[]AbstractJarvizSubcommand.reportFormatsMethods in org.kordamp.jarviz.cli.internal that return types with arguments of type Format -
Uses of Format in org.kordamp.jarviz.commands
Methods in org.kordamp.jarviz.commands with parameters of type FormatModifier and TypeMethodDescriptionprivate voidBytecodeShowCommand.buildReport(BytecodeShowCommand.Configuration configuration, Format format, Node root, JarProcessor.JarFileResult<BytecodeVersions> result) private voidEntriesExtractCommand.buildReport(EntriesExtractCommand.Configuration configuration, Format format, Node root, JarProcessor.JarFileResult<Set<String>> result) private voidEntriesFindCommand.buildReport(EntriesFindCommand.Configuration configuration, Format format, Node root, JarProcessor.JarFileResult<Set<String>> result) private voidModuleDescriptorCommand.buildReport(Format format, Node root, JarProcessor.JarFileResult<ModuleMetadata> result) private voidPackagesSplitCommand.buildReport(Format format, Node root, JarProcessor.JarFileResult<Set<String>> result) private voidPackagesValidateCommand.buildReport(Format format, Node root, JarProcessor.JarFileResult<Set<String>> result) private voidServicesListCommand.buildReport(Format format, Node root, JarProcessor.JarFileResult<Optional<Set<String>>> result) private voidServicesShowCommand.buildReport(ServicesShowCommand.Configuration configuration, Format format, Node root, JarProcessor.JarFileResult<Optional<Set<String>>> result) -
Uses of Format in org.kordamp.jarviz.core
Methods in org.kordamp.jarviz.core that return Format -
Uses of Format in org.kordamp.jarviz.core.internal
Fields in org.kordamp.jarviz.core.internal declared as FormatFields in org.kordamp.jarviz.core.internal with type parameters of type FormatMethods in org.kordamp.jarviz.core.internal that return FormatModifier and TypeMethodDescriptionAbstractConfiguration.getOutputFormat()Configuration.getOutputFormat()Methods in org.kordamp.jarviz.core.internal that return types with arguments of type FormatModifier and TypeMethodDescriptionAbstractConfiguration.getReportFormats()Configuration.getReportFormats()Methods in org.kordamp.jarviz.core.internal with parameters of type FormatModifier and TypeMethodDescriptionprotected FormatterAbstractCommand.resolveFormatter(Format format) protected PathAbstractCommand.resolveReportPath(C configuration, Format format) AbstractConfiguration.withOutputFormat(Format outputFormat) Configuration.withOutputFormat(Format outputFormat) AbstractConfiguration.withReportFormat(Format reportFormat) Configuration.withReportFormat(Format reportFormat) protected voidAbstractCommand.writeReport(C configuration, String content, Format format) Method parameters in org.kordamp.jarviz.core.internal with type arguments of type FormatModifier and TypeMethodDescriptionAbstractConfiguration.withReportFormats(Set<Format> reportFormats) Configuration.withReportFormats(Set<Format> reportFormats)