|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MojoInfo
Interface used to pass plexus injected information to the actions.
Method Summary | |
---|---|
org.apache.maven.plugin.logging.Log |
getLog()
Gets the log for logging data. |
java.lang.String |
getNsisExecutable()
Returns the NSIS Executable. |
java.io.File |
getNsisPath()
The location of the NSIS executable |
NsisProject |
getNsisProject()
Gets the parsed Nsis project |
org.apache.maven.project.MavenProject |
getProject()
Returns the maven project we are working in |
org.apache.maven.project.MavenProjectHelper |
getProjectHelper()
Returns the maven project helper |
java.io.File |
getWorkDirectory()
The working directory file |
Method Detail |
---|
org.apache.maven.plugin.logging.Log getLog()
NsisProject getNsisProject()
org.apache.maven.project.MavenProject getProject()
java.io.File getWorkDirectory()
java.io.File getNsisPath()
org.apache.maven.project.MavenProjectHelper getProjectHelper()
java.lang.String getNsisExecutable()
makensis
executables on their systems as well as to run
the mojo on Linux.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |