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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanwithEntryName(String entryName) withEntryPattern(String entryPattern) withFlatten(boolean flatten) withTargetDirectory(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
-
Field Details
-
entryName
-
entryPattern
-
flatten
private boolean flatten -
targetDirectory
-
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details
-
getEntryName
-
withEntryName
-
getEntryPattern
-
withEntryPattern
-
isFlatten
public boolean isFlatten() -
withFlatten
-
getTargetDirectory
-
withTargetDirectory
-