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 Modifier and Type Field Description private java.lang.IntegerbytecodeVersionprivate booleandetailsprivate java.lang.IntegerjavaVersion
-
Constructor Summary
Constructors Constructor Description Configuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetBytecodeVersion()java.lang.IntegergetJavaVersion()booleanisDetails()BytecodeShowCommand.ConfigurationwithBytecodeVersion(java.lang.Integer bytecodeVersion)BytecodeShowCommand.ConfigurationwithDetails(boolean details)BytecodeShowCommand.ConfigurationwithJavaVersion(java.lang.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
-
-
-
-
Method Detail
-
isDetails
public boolean isDetails()
-
withDetails
public BytecodeShowCommand.Configuration withDetails(boolean details)
-
getBytecodeVersion
public java.lang.Integer getBytecodeVersion()
-
withBytecodeVersion
public BytecodeShowCommand.Configuration withBytecodeVersion(java.lang.Integer bytecodeVersion)
-
getJavaVersion
public java.lang.Integer getJavaVersion()
-
withJavaVersion
public BytecodeShowCommand.Configuration withJavaVersion(java.lang.Integer javaVersion)
-
-