Uses of Interface
org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext

Packages that use AmpPackagingContext
org.alfresco.maven.plugin.amp.packaging   
 

Uses of AmpPackagingContext in org.alfresco.maven.plugin.amp.packaging
 

Methods in org.alfresco.maven.plugin.amp.packaging with parameters of type AmpPackagingContext
protected  boolean AbstractAmpPackagingTask.copyFile(AmpPackagingContext context, File source, File destination, String targetFilename, boolean onlyIfModified)
          Copy file from source to destination.
protected  void AbstractAmpPackagingTask.copyFile(String sourceId, AmpPackagingContext context, File file, String targetFilename)
          Copy the specified file if the target location has not yet already been used.
protected  void AbstractAmpPackagingTask.copyFiles(String sourceId, AmpPackagingContext context, File sourceBaseDir, PathSet sourceFilesSet)
          Copies the files if possible as is.
protected  void AbstractAmpPackagingTask.copyFiles(String sourceId, AmpPackagingContext context, File sourceBaseDir, PathSet sourceFilesSet, String targetPrefix)
          Copies the files if possible with an optional target prefix.
protected  boolean AbstractAmpPackagingTask.copyFilteredFile(String sourceId, AmpPackagingContext context, File file, String targetFilename)
          Copy the specified file if the target location has not yet already been used and filter its content with the configureed filter properties.
 void AmpProjectPackagingTask.copyResources(AmpPackagingContext context, org.apache.maven.model.Resource resource)
          Copies webapp webResources from the specified directory.
protected  void AbstractAmpPackagingTask.doUnpack(AmpPackagingContext context, File file, File unpackDirectory)
          Unpacks the specified file to the specified directory.
protected  void ClassesPackagingTask.generateJarArchive(AmpPackagingContext context)
           
protected  String AbstractAmpPackagingTask.getArtifactFinalName(AmpPackagingContext context, org.apache.maven.artifact.Artifact artifact)
          Returns the final name of the specified artifact.
protected  File OverlayPackagingTask.getOverlayTempDirectory(AmpPackagingContext context, Overlay overlay)
          Returns the directory to use to unpack the specified overlay.
protected  void AmpProjectPackagingTask.handeAmpConfigDirectory(AmpPackagingContext context)
          Handles the webapp sources.
protected  void AmpProjectPackagingTask.handeWebAppSourceDirectory(AmpPackagingContext context)
          Handles the webapp sources.
protected  void AmpProjectPackagingTask.handleArtifacts(AmpPackagingContext context)
          Handles the webapp artifacts.
protected  void AmpProjectPackagingTask.handleClassesDirectory(AmpPackagingContext context)
          Handles the webapp classes.
protected  void AmpProjectPackagingTask.handleDeploymentDescriptors(AmpPackagingContext context)
          Handles the deployment descriptors, if specified.
protected  void AmpProjectPackagingTask.handleWebResources(AmpPackagingContext context)
          Handles the web resources.
 void OverlayPackagingTask.performPackaging(AmpPackagingContext context)
           
 void ClassesPackagingTask.performPackaging(AmpPackagingContext context)
           
 void ArtifactsPackagingTask.performPackaging(AmpPackagingContext context)
           
 void AmpProjectPackagingTask.performPackaging(AmpPackagingContext context)
           
 void AmpPackagingTask.performPackaging(AmpPackagingContext context)
          Performs the packaging for the specified task.
 void SaveAmpStructurePostPackagingTask.performPostPackaging(AmpPackagingContext context)
           
 void AmpPostPackagingTask.performPostPackaging(AmpPackagingContext context)
          Executes the post packaging task.
protected  File OverlayPackagingTask.unpackOverlay(AmpPackagingContext context, Overlay overlay)
          Unpacks the specified overlay.
 



Copyright © 2009 Alfresco. All Rights Reserved.