|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.plugin.war.util.ClassesPackager
Packages the content of the classes directory.
| Constructor Summary | |
ClassesPackager()
Creates a new instance. |
|
| Method Summary | |
java.io.File |
getClassesDirectory(java.io.File webappDirectory)
Returns the classes directory from the specified webapp directory. |
void |
packageClasses(java.io.File classesDirectory,
java.io.File targetFile,
org.codehaus.plexus.archiver.jar.JarArchiver jarArchiver,
org.apache.maven.project.MavenProject project,
org.apache.maven.archiver.MavenArchiveConfiguration archiveConfiguration)
Package the classes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClassesPackager()
| Method Detail |
public void packageClasses(java.io.File classesDirectory,
java.io.File targetFile,
org.codehaus.plexus.archiver.jar.JarArchiver jarArchiver,
org.apache.maven.project.MavenProject project,
org.apache.maven.archiver.MavenArchiveConfiguration archiveConfiguration)
throws org.apache.maven.plugin.MojoExecutionException
classesDirectory - the classes directorytargetFile - the target filejarArchiver - the jar archiver to useproject - the related projectarchiveConfiguration - the archive configuration to use
org.apache.maven.plugin.MojoExecutionException - if an error occurred while creating the archivepublic java.io.File getClassesDirectory(java.io.File webappDirectory)
webappDirectory - the webapp directory
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||