public interface ArtifactPackagingMapper
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExtensionForPackaging(java.lang.String packaging)
Returns the extension belonging to given packaging, like "jar" for "jar", "jar" for "ear", etc.
|
void |
setPropertiesFile(java.io.File file)
Sets the file to source the user provided mappings from, and resets the mappings, forcing it to reload the file.
|
java.lang.String getExtensionForPackaging(java.lang.String packaging)
packaging
- void setPropertiesFile(java.io.File file)
file
-