- CollectionToStringConverter - Class in biz.gabrys.maven.plugin.util.parameter.converter
-
Responsible for converting collections to string representation.
- CollectionToStringConverter() - Constructor for class biz.gabrys.maven.plugin.util.parameter.converter.CollectionToStringConverter
-
Constructs a new instance.
- conatiner - Variable in class biz.gabrys.maven.plugin.util.parameter.sanitizer.LazySimpleSanitizer
-
Sanitized value container.
- Container(Object, ValueToStringConverter, ValueSanitizer) - Constructor for class biz.gabrys.maven.plugin.util.parameter.ParametersLogBuilder.Container
-
Constructs a new instance.
- ContextClassLoaderExtender - Class in biz.gabrys.maven.plugin.util.classpath
-
Responsible for adding Maven project dependencies to classpath.
- ContextClassLoaderExtender(MavenProject, Log) - Constructor for class biz.gabrys.maven.plugin.util.classpath.ContextClassLoaderExtender
-
Creates a new instance.
- convert(Object) - Method in class biz.gabrys.maven.plugin.util.parameter.converter.AbstractValueToStringConverter
-
Converts a parameter value to string representation.
- convert(Object) - Method in class biz.gabrys.maven.plugin.util.parameter.converter.ArrayToStringConverter
-
Converts a parameter value to string representation.
- convert(Object) - Method in class biz.gabrys.maven.plugin.util.parameter.converter.ObjectToStringConverter
-
Converts a parameter value to string representation.
- convert(Object) - Method in interface biz.gabrys.maven.plugin.util.parameter.converter.ValueToStringConverter
-
Converts a parameter value to string representation.
- convert2(Object) - Method in class biz.gabrys.maven.plugin.util.parameter.converter.AbstractValueToStringConverter
-
Converts a parameter value to string representation.
- convert2(Object) - Method in class biz.gabrys.maven.plugin.util.parameter.converter.CollectionToStringConverter
-
- convert2(Object) - Method in class biz.gabrys.maven.plugin.util.parameter.converter.DefaultValueToStringConverter
-
- convertToFiles(File, String[]) - Method in class biz.gabrys.maven.plugin.util.io.AntFileScanner
-
Converts paths found by scanner to files collection with absolute paths.
- create(File) - Method in class biz.gabrys.maven.plugin.util.io.DestinationFileCreator
-
Creates a destination file in the output directory.
- create(ScannerPatternFormat, Log) - Method in class biz.gabrys.maven.plugin.util.io.ScannerFactory
-
Creates a new scanner related with the pattern format.
- createDirectoryScanner() - Method in class biz.gabrys.maven.plugin.util.io.AntFileScanner
-
Creates a
DirectoryScanner
which will be used to find all files whose match filters.
- createDisplayText(Artifact) - Method in class biz.gabrys.maven.plugin.util.classpath.ContextClassLoaderExtender
-
Creates a text representation of the
Artifact
.
- createFileFilter(File, String[], String[]) - Method in class biz.gabrys.maven.plugin.util.io.RegexFileScanner
-
Creates a
IOFileFilter
which will be used to find all files whose match filters.
- createLines() - Method in class biz.gabrys.maven.plugin.util.parameter.ParametersLogBuilder
-
Creates all lines which will be logged by the logger.
- createParametersLines() - Method in class biz.gabrys.maven.plugin.util.parameter.ParametersLogBuilder
-
Creates one line for every appended parameter.
- createParameterValue(ParametersLogBuilder.Container) - Method in class biz.gabrys.maven.plugin.util.parameter.ParametersLogBuilder
-
Creates a string representation of the parameter value.
- createParemeterLine(String, ParametersLogBuilder.Container) - Method in class biz.gabrys.maven.plugin.util.parameter.ParametersLogBuilder
-
Creates a line for single parameter.