Module org.kordamp.jarviz.core
Package org.kordamp.jarviz.commands
Class EntriesFindCommand.Configuration
- java.lang.Object
-
- org.kordamp.jarviz.core.internal.AbstractConfiguration<EntriesFindCommand.Configuration>
-
- org.kordamp.jarviz.commands.EntriesFindCommand.Configuration
-
- All Implemented Interfaces:
Configuration<EntriesFindCommand.Configuration>
- Enclosing class:
- EntriesFindCommand
public static class EntriesFindCommand.Configuration extends AbstractConfiguration<EntriesFindCommand.Configuration>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringentryNameprivate java.lang.StringentryPattern
-
Constructor Summary
Constructors Constructor Description Configuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEntryName()java.lang.StringgetEntryPattern()EntriesFindCommand.ConfigurationwithEntryName(java.lang.String entryName)EntriesFindCommand.ConfigurationwithEntryPattern(java.lang.String entryPattern)-
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
-
getEntryName
public java.lang.String getEntryName()
-
withEntryName
public EntriesFindCommand.Configuration withEntryName(java.lang.String entryName)
-
getEntryPattern
public java.lang.String getEntryPattern()
-
withEntryPattern
public EntriesFindCommand.Configuration withEntryPattern(java.lang.String entryPattern)
-
-