Module org.kordamp.jarviz.core
Package org.kordamp.jarviz.commands
Class BytecodeShowCommand.Configuration
java.lang.Object
org.kordamp.jarviz.core.internal.AbstractConfiguration<BytecodeShowCommand.Configuration>
org.kordamp.jarviz.commands.BytecodeShowCommand.Configuration
- All Implemented Interfaces:
Configuration<BytecodeShowCommand.Configuration>
- Enclosing class:
BytecodeShowCommand
public static class BytecodeShowCommand.Configuration
extends AbstractConfiguration<BytecodeShowCommand.Configuration>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanwithBytecodeVersion(Integer bytecodeVersion) withDetails(boolean details) withJavaVersion(Integer javaVersion) Methods inherited from class org.kordamp.jarviz.core.internal.AbstractConfiguration
getCacheDirectory, getClasspaths, getDirectories, getErr, getFiles, getGavs, getOut, getOutputFormat, getReportFormats, getReportPath, getUrls, isFailOnError, self, withCacheDirectory, withClasspath, withClasspaths, withDirectories, withDirectories, withErr, withFailOnError, withFile, withFiles, withGav, withGavs, withOut, withOutputFormat, withReportFormat, withReportFormats, withReportPath, withUrl, withUrls
-
Field Details
-
details
private boolean details -
bytecodeVersion
-
javaVersion
-
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details
-
isDetails
public boolean isDetails() -
withDetails
-
getBytecodeVersion
-
withBytecodeVersion
-
getJavaVersion
-
withJavaVersion
-