Module org.refcodes.mixin
Package org.refcodes.mixin
Interface FilenameExtensionsAccessor.FilenameExtensionsBuilder<B extends FilenameExtensionsAccessor.FilenameExtensionsBuilder<B>>
- Type Parameters:
B
- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- FilenameExtensionsAccessor
public static interface FilenameExtensionsAccessor.FilenameExtensionsBuilder<B extends FilenameExtensionsAccessor.FilenameExtensionsBuilder<B>>
Provides a builder method for a filenames extension property returning
the builder for applying multiple build operations. Each filename
extensions does not(!) contain the dot "." separating the extension from
the name, e.g. "ini" (instead of ".ini").
-
Method Summary
Modifier and TypeMethodDescriptionwithFilenameExtensions
(String[] aFilenameExtensions) Sets the filenames extension for the filenames extension property.
-
Method Details
-
withFilenameExtensions
Sets the filenames extension for the filenames extension property. Each filename extensions does not(!) contain the dot "." separating the extension from the name, e.g. "ini" (instead of ".ini").- Parameters:
aFilenameExtensions
- The filenames extension to be stored by the filenames extension property.- Returns:
- The builder for applying multiple build operations.
-