Module org.kordamp.jarviz.core
Package org.kordamp.jarviz.core.internal
Interface Configuration<S extends Configuration<S>>
- All Known Implementing Classes:
AbstractConfiguration,BytecodeShowCommand.Configuration,ChecksumCommand.Configuration,EntriesExtractCommand.Configuration,EntriesFindCommand.Configuration,ManifestQueryCommand.Configuration,ManifestShowCommand.Configuration,ModuleDescriptorCommand.Configuration,ModuleNameCommand.Configuration,PackagesSplitCommand.Configuration,PackagesValidateCommand.Configuration,ServicesListCommand.Configuration,ServicesShowCommand.Configuration
public interface Configuration<S extends Configuration<S>>
- Since:
- 0.3.0
-
Method Summary
Modifier and TypeMethodDescriptiongetErr()getFiles()getGavs()getOut()getUrls()booleanwithCacheDirectory(Path cacheDirectory) withClasspath(String classpath) withClasspaths(Set<String> classpath) withDirectories(Path directory) withDirectories(Set<Path> directories) withErr(PrintWriter err) withFailOnError(boolean failOnError) withOut(PrintWriter out) withOutputFormat(Format outputFormat) withReportFormat(Format reportFormat) withReportFormats(Set<Format> reportFormats) withReportPath(Path reportPath)
-
Method Details
-
getOut
PrintWriter getOut() -
withOut
-
getErr
PrintWriter getErr() -
withErr
-
isFailOnError
boolean isFailOnError() -
withFailOnError
-
getGavs
-
withGav
-
withGavs
-
getFiles
-
withFile
-
withFiles
-
getUrls
-
withUrl
-
withUrls
-
getClasspaths
-
withClasspath
-
withClasspaths
-
getDirectories
-
withDirectories
-
withDirectories
-
getCacheDirectory
Path getCacheDirectory() -
withCacheDirectory
-
getReportPath
Path getReportPath() -
withReportPath
-
getReportFormats
-
withReportFormat
-
withReportFormats
-
getOutputFormat
Format getOutputFormat() -
withOutputFormat
-