public interface ArtifactPackagingMapper
Modifier and Type | Method and Description |
---|---|
String |
getExtensionForPackaging(String packaging)
Returns the extension belonging to given packaging, like "jar" for "jar", "jar" for "ear", etc.
|
void |
setPropertiesFile(File file)
Sets the file to source the user provided mappings from, and resets the mappings, forcing it to reload the file.
|
String getExtensionForPackaging(String packaging)
packaging
- void setPropertiesFile(File file)
file
- Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.