Module org.kordamp.jarviz.core
Package org.kordamp.jarviz.commands
Class ServicesShowCommand.Configuration
- java.lang.Object
-
- org.kordamp.jarviz.core.internal.AbstractConfiguration<ServicesShowCommand.Configuration>
-
- org.kordamp.jarviz.commands.ServicesShowCommand.Configuration
-
- All Implemented Interfaces:
Configuration<ServicesShowCommand.Configuration>
- Enclosing class:
- ServicesShowCommand
public static class ServicesShowCommand.Configuration extends AbstractConfiguration<ServicesShowCommand.Configuration>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringserviceName
-
Constructor Summary
Constructors Constructor Description Configuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetServiceName()ServicesShowCommand.ConfigurationwithServiceName(java.lang.String serviceName)-
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
-
getServiceName
public java.lang.String getServiceName()
-
withServiceName
public ServicesShowCommand.Configuration withServiceName(java.lang.String serviceName)
-
-