|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.appassembler.daemon.DaemonGenerationRequest
public class DaemonGenerationRequest
| Constructor Summary | |
|---|---|
DaemonGenerationRequest()
|
|
DaemonGenerationRequest(Daemon daemon,
org.apache.maven.project.MavenProject project,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
File outputDir,
String binFolder)
Request with the given parameters. |
|
| Method Summary | |
|---|---|
String |
getBinFolder()
Get the current binary folder. |
Daemon |
getDaemon()
Get the Daemon of the current request. |
org.apache.maven.artifact.repository.ArtifactRepository |
getLocalRepository()
Get the local repository. |
org.apache.maven.project.MavenProject |
getMavenProject()
Get the use MavenProject. |
File |
getOutputDirectory()
Get the current outputDirectory. |
String |
getPlatform()
Get the Plaform. |
org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout |
getRepositoryLayout()
|
Daemon |
getStubDaemon()
Get the StubDaemon FIXME: Is this needed? |
File |
getStubDescriptor()
Get the StubDescriptor FIXME: What for is this needed? |
void |
setBinFolder(String binFolder)
Set the binary folder. |
void |
setDaemon(Daemon daemon)
Set the daemon. |
void |
setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository)
|
void |
setMavenProject(org.apache.maven.project.MavenProject mavenProject)
Set the Maven Project. |
void |
setOutputDirectory(File outputDirectory)
Set the current output directory. |
void |
setPlatform(String platform)
|
void |
setRepositoryLayout(org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout repositoryLayout)
Set the current repository layout. |
void |
setStubDaemon(Daemon stubDaemon)
Set the StubDaemon. |
void |
setStubDescriptor(File stubDescriptor)
Set the StubDescriptor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DaemonGenerationRequest()
public DaemonGenerationRequest(Daemon daemon,
org.apache.maven.project.MavenProject project,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
File outputDir,
String binFolder)
daemon - The Daemon to use.project - The Maven ProjectlocalRepository - The local repository.outputDir - The output directory.binFolder - The binary folder.| Method Detail |
|---|
public String getPlatform()
public void setPlatform(String platform)
platform - Set the platform.public File getStubDescriptor()
public void setStubDescriptor(File stubDescriptor)
stubDescriptor - public Daemon getStubDaemon()
public void setStubDaemon(Daemon stubDaemon)
stubDaemon - This will be set.public Daemon getDaemon()
public void setDaemon(Daemon daemon)
daemon - public File getOutputDirectory()
public void setOutputDirectory(File outputDirectory)
outputDirectory - public org.apache.maven.project.MavenProject getMavenProject()
public void setMavenProject(org.apache.maven.project.MavenProject mavenProject)
mavenProject - public org.apache.maven.artifact.repository.ArtifactRepository getLocalRepository()
public void setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository)
localRepository - Set the local repositoy.public org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout getRepositoryLayout()
public void setRepositoryLayout(org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout repositoryLayout)
repositoryLayout - The repositoryLayout which will be set.public String getBinFolder()
public void setBinFolder(String binFolder)
binFolder -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||