Module org.kordamp.jarviz.core
Package org.kordamp.jarviz.commands
Class EntriesExtractCommand.Configuration
- java.lang.Object
-
- org.kordamp.jarviz.core.internal.AbstractConfiguration<EntriesExtractCommand.Configuration>
-
- org.kordamp.jarviz.commands.EntriesExtractCommand.Configuration
-
- All Implemented Interfaces:
Configuration<EntriesExtractCommand.Configuration>
- Enclosing class:
- EntriesExtractCommand
public static class EntriesExtractCommand.Configuration extends AbstractConfiguration<EntriesExtractCommand.Configuration>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringentryNameprivate java.lang.StringentryPatternprivate booleanflattenprivate java.nio.file.PathtargetDirectory
-
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()java.nio.file.PathgetTargetDirectory()booleanisFlatten()EntriesExtractCommand.ConfigurationwithEntryName(java.lang.String entryName)EntriesExtractCommand.ConfigurationwithEntryPattern(java.lang.String entryPattern)EntriesExtractCommand.ConfigurationwithFlatten(boolean flatten)EntriesExtractCommand.ConfigurationwithTargetDirectory(java.nio.file.Path targetDirectory)-
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 EntriesExtractCommand.Configuration withEntryName(java.lang.String entryName)
-
getEntryPattern
public java.lang.String getEntryPattern()
-
withEntryPattern
public EntriesExtractCommand.Configuration withEntryPattern(java.lang.String entryPattern)
-
isFlatten
public boolean isFlatten()
-
withFlatten
public EntriesExtractCommand.Configuration withFlatten(boolean flatten)
-
getTargetDirectory
public java.nio.file.Path getTargetDirectory()
-
withTargetDirectory
public EntriesExtractCommand.Configuration withTargetDirectory(java.nio.file.Path targetDirectory)
-
-