Module org.kordamp.jarviz.core
Package org.kordamp.jarviz.commands
Class ManifestQueryCommand.Configuration
- java.lang.Object
-
- org.kordamp.jarviz.core.internal.AbstractConfiguration<ManifestQueryCommand.Configuration>
-
- org.kordamp.jarviz.commands.ManifestQueryCommand.Configuration
-
- All Implemented Interfaces:
Configuration<ManifestQueryCommand.Configuration>
- Enclosing class:
- ManifestQueryCommand
public static class ManifestQueryCommand.Configuration extends AbstractConfiguration<ManifestQueryCommand.Configuration>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringattributeNameprivate java.lang.StringsectionName
-
Constructor Summary
Constructors Constructor Description Configuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAttributeName()java.lang.StringgetSectionName()ManifestQueryCommand.ConfigurationwithAttributeName(java.lang.String attributeName)ManifestQueryCommand.ConfigurationwithSectionName(java.lang.String sectionName)-
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
-
getAttributeName
public java.lang.String getAttributeName()
-
withAttributeName
public ManifestQueryCommand.Configuration withAttributeName(java.lang.String attributeName)
-
getSectionName
public java.lang.String getSectionName()
-
withSectionName
public ManifestQueryCommand.Configuration withSectionName(java.lang.String sectionName)
-
-