|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.maven.plugin.buildmetadata.FileMapping
public final class FileMapping
Maps an properties output file location to a packaging.
Constructor Summary | |
---|---|
FileMapping() Default constructor for Maven. |
|
FileMapping(String packaging, File outputFile) Default constructor for Maven. |
Method Summary | |
---|---|
File |
getOutputFile() Returns the name of the properties file to write. |
String |
getPackaging() Returns the project's packaging as specified in the packaging element of a POM to be mapped to a location to write the build. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileMapping()
public FileMapping(String packaging, File outputFile)
packaging
- the project's packaging as specified in the
packaging
element of a POM to be mapped to a location to write the
build
.
outputFile
- the name of the properties file to write.
Method Detail |
---|
public String getPackaging()
packaging
element of a POM to be mapped to a location to write the
build. properties
.
packaging
element of a POM to be mapped to a location to write the
build
.
public File getOutputFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |