A B C D E F G H I L M N O P R S T U Z

A

AbstractAmpMojo - Class in org.alfresco.maven.plugin.amp
 
AbstractAmpMojo() - Constructor for class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
AbstractAmpPackagingTask - Class in org.alfresco.maven.plugin.amp.packaging
 
AbstractAmpPackagingTask() - Constructor for class org.alfresco.maven.plugin.amp.packaging.AbstractAmpPackagingTask
 
add(String) - Method in class org.alfresco.maven.plugin.amp.util.PathSet
Normalizes and adds given path to the set.
addAll(Collection, String) - Method in class org.alfresco.maven.plugin.amp.util.PathSet
Normalizes and adds given paths (collection of strings) to the set.
addAll(String[], String) - Method in class org.alfresco.maven.plugin.amp.util.PathSet
Normalizes and adds given paths to the set.
addAll(PathSet, String) - Method in class org.alfresco.maven.plugin.amp.util.PathSet
Adds given paths to the set.
addAll(Collection) - Method in class org.alfresco.maven.plugin.amp.util.PathSet
Normalizes and adds given paths (collection of strings) to the set.
addAll(String[]) - Method in class org.alfresco.maven.plugin.amp.util.PathSet
Normalizes and adds given paths to the set.
addAll(PathSet) - Method in class org.alfresco.maven.plugin.amp.util.PathSet
Adds given paths to the set.
addAllFilesInDirectory(File, String) - Method in class org.alfresco.maven.plugin.amp.util.PathSet
Adds to the set all files in the given directory
addClass(File) - Method in class org.alfresco.plexus.archiver.AmpArchiver
 
addClasses(File, String[], String[]) - Method in class org.alfresco.plexus.archiver.AmpArchiver
 
addDirectory(File, String, String[], String[]) - Method in class org.alfresco.plexus.archiver.AmpArchiver
 
addLib(File) - Method in class org.alfresco.plexus.archiver.AmpArchiver
 
addLibs(File, String[], String[]) - Method in class org.alfresco.plexus.archiver.AmpArchiver
 
addOverlay(Overlay) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
addPrefix(String) - Method in class org.alfresco.maven.plugin.amp.util.PathSet
Adds given prefix to all paths in the set.
alreadyRegistered(String, String) - Method in interface org.alfresco.maven.plugin.amp.util.AmpStructure.RegistrationCallback
Called if the targetFilename for the specified ownerId has already been registered.
AmpArchiver - Class in org.alfresco.plexus.archiver
 
AmpArchiver() - Constructor for class org.alfresco.plexus.archiver.AmpArchiver
 
AmpExplodedMojo - Class in org.alfresco.maven.plugin.amp
Generate the exploded webapp
AmpExplodedMojo() - Constructor for class org.alfresco.maven.plugin.amp.AmpExplodedMojo
 
AmpMojo - Class in org.alfresco.maven.plugin.amp
Build a amp/webapp.
AmpMojo() - Constructor for class org.alfresco.maven.plugin.amp.AmpMojo
default constructor
AmpPackagingContext - Interface in org.alfresco.maven.plugin.amp.packaging
The packaging context of the AMP
AmpPackagingTask - Interface in org.alfresco.maven.plugin.amp.packaging
The base packaging task.
AmpPostPackagingTask - Interface in org.alfresco.maven.plugin.amp.packaging
Defines tasks that should be performed after the packaging.
AmpProjectPackagingTask - Class in org.alfresco.maven.plugin.amp.packaging
Handles the project own resources, that is:

B

buildAmp(MavenProject, File) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
Builds the webapp for the specified project with the new packaging task thingy

Classes, libraries and tld files are copied to the webappDirectory during this phase.

buildExplodedAmp(File) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 

C

ClassesPackagingTask - Class in org.alfresco.maven.plugin.amp.packaging
Handles the classes directory that needs to be packaged in the web application.
ClassesPackagingTask() - Constructor for class org.alfresco.maven.plugin.amp.packaging.ClassesPackagingTask
 
cleanUp() - Method in class org.alfresco.plexus.archiver.AmpArchiver
 
com.sourcesense.maven - package com.sourcesense.maven
 
CompositeMap - Class in org.alfresco.maven.plugin.amp.util
 
CompositeMap(Map, Map) - Constructor for class org.alfresco.maven.plugin.amp.util.CompositeMap
 
contains(String) - Method in class org.alfresco.maven.plugin.amp.util.PathSet
Checks if the set constains given path.
copyFile(String, AmpPackagingContext, File, String) - Method in class org.alfresco.maven.plugin.amp.packaging.AbstractAmpPackagingTask
Copy the specified file if the target location has not yet already been used.
copyFile(AmpPackagingContext, File, File, String, boolean) - Method in class org.alfresco.maven.plugin.amp.packaging.AbstractAmpPackagingTask
Copy file from source to destination.
copyFiles(String, AmpPackagingContext, File, PathSet, String) - Method in class org.alfresco.maven.plugin.amp.packaging.AbstractAmpPackagingTask
Copies the files if possible with an optional target prefix.
copyFiles(String, AmpPackagingContext, File, PathSet) - Method in class org.alfresco.maven.plugin.amp.packaging.AbstractAmpPackagingTask
Copies the files if possible as is.
copyFilteredFile(String, AmpPackagingContext, File, String) - Method in class org.alfresco.maven.plugin.amp.packaging.AbstractAmpPackagingTask
Copy the specified file if the target location has not yet already been used and filter its content with the configureed filter properties.
copyResources(AmpPackagingContext, Resource) - Method in class org.alfresco.maven.plugin.amp.packaging.AmpProjectPackagingTask
Copies webapp webResources from the specified directory.
currentProjectInstance() - Static method in class org.alfresco.maven.plugin.amp.Overlay
Creates an overlay of the current project.

D

DEFAULT_EXCLUDES - Static variable in class org.alfresco.maven.plugin.amp.Overlay
 
DEFAULT_FILE_NAME_MAPPING - Static variable in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
DEFAULT_FILE_NAME_MAPPING_CLASSIFIER - Static variable in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
DEFAULT_INCLUDES - Static variable in class org.alfresco.maven.plugin.amp.Overlay
 
DEFAULT_INCLUDES - Static variable in class org.alfresco.maven.plugin.amp.packaging.AbstractAmpPackagingTask
 
DefaultOverlay - Class in org.alfresco.maven.plugin.amp.overlay
A default overlay implementation based on an Artifact.
DefaultOverlay(Artifact) - Constructor for class org.alfresco.maven.plugin.amp.overlay.DefaultOverlay
Creates an overlay for the specified artifact.
DefaultOverlay(Artifact, String, String) - Constructor for class org.alfresco.maven.plugin.amp.overlay.DefaultOverlay
Creates an overlay for the specified artifact.
doUnpack(AmpPackagingContext, File, File) - Method in class org.alfresco.maven.plugin.amp.packaging.AbstractAmpPackagingTask
Unpacks the specified file to the specified directory.

E

entrySet() - Method in class org.alfresco.maven.plugin.amp.util.CompositeMap
 
entrySet() - Method in class org.alfresco.maven.plugin.amp.util.ReflectionProperties
 
equals(Object) - Method in class org.alfresco.maven.plugin.amp.Overlay
 
evaluateFileNameMapping(String, Artifact) - Static method in class org.alfresco.maven.plugin.amp.util.MappingUtils
Evaluates the specified expression for the given artifact.
execute() - Method in class com.sourcesense.maven.StripMojo
 
execute() - Method in class org.alfresco.maven.plugin.amp.AmpExplodedMojo
 
execute() - Method in class org.alfresco.maven.plugin.amp.AmpMojo
Executes the WarMojo on the current project.
execute() - Method in class org.alfresco.plexus.archiver.AmpUnArchiver
 
extractFile(File, File, InputStream, String, Date, boolean) - Method in class org.alfresco.plexus.archiver.AmpUnArchiver
 

F

fromXml(File) - Method in class org.alfresco.maven.plugin.amp.util.AmpStructureSerializer
Reads the AmpStructure from the specified file.

G

generateJarArchive(AmpPackagingContext) - Method in class org.alfresco.maven.plugin.amp.packaging.ClassesPackagingTask
 
get(Object) - Method in class org.alfresco.maven.plugin.amp.util.CompositeMap
 
get(Object) - Method in class org.alfresco.maven.plugin.amp.util.ReflectionProperties
 
getAmpArchiver() - Method in class org.alfresco.maven.plugin.amp.AmpMojo
get the the internal value for the ampArchiver property.
getAmpConfigDirectory() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the AMP classes + resources folder
getAmpDirectory() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
getAmpDirectory() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the webapp directory.
getAmpFile(File, String, String) - Static method in class org.alfresco.maven.plugin.amp.AmpMojo
composes the full file name for the AMP and gets a file handle for that file TODO: what happens when nulls are passed in TODO: what does a null response mean?
getAmpJarExcludes() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
getAmpJarExcludes() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the webapp source excludes.
getAmpJarIncludes() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the webapp source includes.
getAmpName() - Method in class org.alfresco.maven.plugin.amp.AmpMojo
get the the internal value for the ampName property.
getAmpResources() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
getAmpSourceDirectory() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
getAmpStructure() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the AmpStructure.
getAmpWebDirectory() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the AMP web directory.
getAmpWebExcludes() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the AMP web/ excludes.
getAmpWebIncludes() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the AMP web/ includes.
getArchive() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
The maven archive configuration to use.
getArchiverManager() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the archiver manager to use.
getArtifact() - Method in class org.alfresco.maven.plugin.amp.Overlay
 
getArtifactFinalName(AmpPackagingContext, Artifact) - Method in class org.alfresco.maven.plugin.amp.packaging.AbstractAmpPackagingTask
Returns the final name of the specified artifact.
getArtifactId() - Method in class org.alfresco.maven.plugin.amp.Overlay
 
getCacheFile() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
getClassesDirectory() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
getClassesDirectory() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the directory holding generated classes to be packed in the jar - By default is the same of the AMP configuration
getClassifier() - Method in class org.alfresco.maven.plugin.amp.AmpMojo
Overload this to produce a test-war, for example.
getClassifier() - Method in class org.alfresco.maven.plugin.amp.Overlay
 
getDependentAmpExcludes() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
Returns a string array of the excludes to be used when adding dependent AMPs as an overlay onto this AMP.
getDependentAmpIncludes() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
Returns a string array of the includes to be used when adding dependent AMP as an overlay onto this AMP.
getExcludes() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
Returns a string array of the classes and resources to be excluded from the jar excludes to be used when assembling/copying the AMP.
getExcludes() - Method in class org.alfresco.maven.plugin.amp.Overlay
 
getFilesToIncludes(File, String[], String[]) - Method in class org.alfresco.maven.plugin.amp.packaging.AbstractAmpPackagingTask
Returns the file to copy.
getFilterProperties() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the filter properties to use to filter resources.
getFilters() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
getFilters() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the list of filter files to use.
getFullStructure() - Method in class org.alfresco.maven.plugin.amp.util.AmpStructure
Returns all paths that have been registered so far.
getGroupId() - Method in class org.alfresco.maven.plugin.amp.Overlay
 
getId() - Method in class org.alfresco.maven.plugin.amp.Overlay
 
getIncludes() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
Returns a string array of the classes and resources to be included from the jar assembling/copying the war.
getIncludes() - Method in class org.alfresco.maven.plugin.amp.Overlay
 
getJarArchiver() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
getJarArchiver() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the Jar archiver needed for archiving classes directory into jar file under WEB-INF/lib.
getLog() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the logger to use to output logging event.
getOutputDirectory() - Method in class org.alfresco.maven.plugin.amp.AmpMojo
get the the internal value for the outputDirectory property.
getOutputFileNameMapping() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
getOutputFileNameMapping() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the output file name mapping to use, if any.
getOverlayIds() - Method in class org.alfresco.maven.plugin.amp.overlay.OverlayManager
Returns the id of the resolved overlays.
getOverlays() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
getOverlays() - Method in class org.alfresco.maven.plugin.amp.overlay.OverlayManager
Returns the resolved overlays.
getOverlaysWorkDirectory() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the directory to unpack dependent WARs into if needed.
getOverlayTempDirectory(AmpPackagingContext, Overlay) - Method in class org.alfresco.maven.plugin.amp.packaging.OverlayPackagingTask
Returns the directory to use to unpack the specified overlay.
getOwner(String) - Method in class org.alfresco.maven.plugin.amp.util.AmpStructure
Returns the owner of the specified path.
getOwnerIds() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the list of registered overlays for this session.
getOwners() - Method in class org.alfresco.maven.plugin.amp.util.AmpStructure
Returns the owners.
getProject() - Method in class com.sourcesense.maven.StripMojo
 
getProject() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
getProject() - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingContext
Returns the maven project.
getProjectHelper() - Method in class org.alfresco.maven.plugin.amp.AmpMojo
get the the internal value for the projectHelper property.
getPropertyName() - Method in class com.sourcesense.maven.StripMojo
 
getStructure(String) - Method in class org.alfresco.maven.plugin.amp.util.AmpStructure
Returns the list of registered files for the specified owner.
getTargetPath() - Method in class org.alfresco.maven.plugin.amp.Overlay
 
getType() - Method in class org.alfresco.maven.plugin.amp.Overlay
 
getWebExcludes() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
Returns a string array of the resources to be excluded in the AMP web/ folder.
getWebIncludes() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
Returns a string array of the resources to be included in the AMP web/ folder.
getWebXml() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
getWorkDirectory() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 

H

handeAmpConfigDirectory(AmpPackagingContext) - Method in class org.alfresco.maven.plugin.amp.packaging.AmpProjectPackagingTask
Handles the webapp sources.
handeWebAppSourceDirectory(AmpPackagingContext) - Method in class org.alfresco.maven.plugin.amp.packaging.AmpProjectPackagingTask
Handles the webapp sources.
handleArtifacts(AmpPackagingContext) - Method in class org.alfresco.maven.plugin.amp.packaging.AmpProjectPackagingTask
Handles the webapp artifacts.
handleClassesDirectory(AmpPackagingContext) - Method in class org.alfresco.maven.plugin.amp.packaging.AmpProjectPackagingTask
Handles the webapp classes.
handleDeploymentDescriptors(AmpPackagingContext) - Method in class org.alfresco.maven.plugin.amp.packaging.AmpProjectPackagingTask
Handles the deployment descriptors, if specified.
handleWebResources(AmpPackagingContext) - Method in class org.alfresco.maven.plugin.amp.packaging.AmpProjectPackagingTask
Handles the web resources.
hashCode() - Method in class org.alfresco.maven.plugin.amp.Overlay
 

I

initZipOutputStream(ZipOutputStream) - Method in class org.alfresco.plexus.archiver.AmpArchiver
 
InvalidOverlayConfigurationException - Exception in org.alfresco.maven.plugin.amp.overlay
Thrown if the overlay configuration is invalid.
InvalidOverlayConfigurationException(String) - Constructor for exception org.alfresco.maven.plugin.amp.overlay.InvalidOverlayConfigurationException
 
InvalidOverlayConfigurationException(String, Throwable) - Constructor for exception org.alfresco.maven.plugin.amp.overlay.InvalidOverlayConfigurationException
 
isCurrentProject() - Method in class org.alfresco.maven.plugin.amp.Overlay
Specify whether this overlay represents the current project or not.
isFiltered() - Method in class org.alfresco.maven.plugin.amp.Overlay
 
isPrimaryArtifact() - Method in class org.alfresco.maven.plugin.amp.AmpMojo
get the the internal value for the primaryArtifact property.
isRegistered(String) - Method in class org.alfresco.maven.plugin.amp.util.AmpStructure
Specify if the specified path is registered or not.
isUseCache() - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
iterator() - Method in class org.alfresco.maven.plugin.amp.util.PathSet
Returns iterator of normalized paths (strings)

L

LIB_PATH - Static variable in class org.alfresco.maven.plugin.amp.packaging.ArtifactsPackagingTask
 
loadPropertyFile(File, boolean, boolean) - Static method in class org.alfresco.maven.plugin.amp.util.PropertyUtils
Reads a property file, resolving all internal variables.

M

MappingUtils - Class in org.alfresco.maven.plugin.amp.util
Utilities used to evaluate expression.
MappingUtils() - Constructor for class org.alfresco.maven.plugin.amp.util.MappingUtils
 
mArchiverManager - Variable in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
To look up Archiver/UnArchiver implementations
META_INF_PATH - Static variable in class org.alfresco.maven.plugin.amp.packaging.AbstractAmpPackagingTask
 

N

normalizeFilePath(String) - Method in class org.alfresco.maven.plugin.amp.util.PathSet
The method normalizes the path.
normalizeFilePathStatic(String) - Static method in class org.alfresco.maven.plugin.amp.util.PathSet
The method normalizes the path.

O

org.alfresco.maven.plugin.amp - package org.alfresco.maven.plugin.amp
 
org.alfresco.maven.plugin.amp.overlay - package org.alfresco.maven.plugin.amp.overlay
 
org.alfresco.maven.plugin.amp.packaging - package org.alfresco.maven.plugin.amp.packaging
 
org.alfresco.maven.plugin.amp.util - package org.alfresco.maven.plugin.amp.util
 
org.alfresco.plexus.archiver - package org.alfresco.plexus.archiver
 
Overlay - Class in org.alfresco.maven.plugin.amp
An overlay is a skeleton war added to another war project in order to inject a functionnality, resources or any other shared component.
Overlay() - Constructor for class org.alfresco.maven.plugin.amp.Overlay
 
Overlay(String, String) - Constructor for class org.alfresco.maven.plugin.amp.Overlay
 
OverlayManager - Class in org.alfresco.maven.plugin.amp.overlay
Manages the overlays.
OverlayManager(List, MavenProject, String, String) - Constructor for class org.alfresco.maven.plugin.amp.overlay.OverlayManager
Creates a manager with the specified overlays.
OverlayPackagingTask - Class in org.alfresco.maven.plugin.amp.packaging
Handles an overlay.
OverlayPackagingTask(Overlay) - Constructor for class org.alfresco.maven.plugin.amp.packaging.OverlayPackagingTask
 

P

PathSet - Class in org.alfresco.maven.plugin.amp.util
Set of file's paths.
PathSet() - Constructor for class org.alfresco.maven.plugin.amp.util.PathSet
Creates an empty paths set
PathSet(Collection) - Constructor for class org.alfresco.maven.plugin.amp.util.PathSet
Creates paths set and normalizate and adds all 'paths'.
PathSet(String[]) - Constructor for class org.alfresco.maven.plugin.amp.util.PathSet
Creates paths set and normalizate and adds all 'paths'.
performPackaging(File) - Method in class org.alfresco.maven.plugin.amp.AmpMojo
Generates the webapp according to the mode attribute.
performPackaging(AmpPackagingContext) - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPackagingTask
Performs the packaging for the specified task.
performPackaging(AmpPackagingContext) - Method in class org.alfresco.maven.plugin.amp.packaging.AmpProjectPackagingTask
 
performPackaging(AmpPackagingContext) - Method in class org.alfresco.maven.plugin.amp.packaging.ArtifactsPackagingTask
 
performPackaging(AmpPackagingContext) - Method in class org.alfresco.maven.plugin.amp.packaging.ClassesPackagingTask
 
performPackaging(AmpPackagingContext) - Method in class org.alfresco.maven.plugin.amp.packaging.OverlayPackagingTask
 
performPostPackaging(AmpPackagingContext) - Method in interface org.alfresco.maven.plugin.amp.packaging.AmpPostPackagingTask
Executes the post packaging task.
performPostPackaging(AmpPackagingContext) - Method in class org.alfresco.maven.plugin.amp.packaging.SaveAmpStructurePostPackagingTask
 
PropertyUtils - Class in org.alfresco.maven.plugin.amp.util
 

R

ReflectionProperties - Class in org.alfresco.maven.plugin.amp.util
 
ReflectionProperties(MavenProject) - Constructor for class org.alfresco.maven.plugin.amp.util.ReflectionProperties
 
refused(String, String, String) - Method in interface org.alfresco.maven.plugin.amp.util.AmpStructure.RegistrationCallback
Called if the registration of the targetFilename for the specified ownerId has been refused since the path already belongs to the actualOwnerId.
registered(String, String) - Method in interface org.alfresco.maven.plugin.amp.util.AmpStructure.RegistrationCallback
Called if the targetFilename for the specified ownerId has been registered successfully.
registerFile(String, String) - Method in class org.alfresco.maven.plugin.amp.util.AmpStructure
Registers the specified path for the specified owner.
registerFile(String, String, AmpStructure.RegistrationCallback) - Method in class org.alfresco.maven.plugin.amp.util.AmpStructure
Registers the specified path for the specified owner.
runArchiveFinalizers() - Method in class org.alfresco.plexus.archiver.AmpUnArchiver
 

S

SaveAmpStructurePostPackagingTask - Class in org.alfresco.maven.plugin.amp.packaging
Saves the webapp structure cache.
SaveAmpStructurePostPackagingTask(File) - Constructor for class org.alfresco.maven.plugin.amp.packaging.SaveAmpStructurePostPackagingTask
 
setAmpArchiver(AmpArchiver) - Method in class org.alfresco.maven.plugin.amp.AmpMojo
set the internal value for the ampArchiver property
setAmpDirectory(File) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
setAmpJarExcludes(String) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
setAmpName(String) - Method in class org.alfresco.maven.plugin.amp.AmpMojo
set the internal value for the ampName property
setAmpResources(Resource[]) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
setAmpSourceDirectory(File) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
setAmpSourceIncludes(String) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
setArchiveFilters(List) - Method in class org.alfresco.plexus.archiver.AmpUnArchiver
 
setArchiveFinalizers(List) - Method in class org.alfresco.plexus.archiver.AmpUnArchiver
 
setArtifact(Artifact) - Method in class org.alfresco.maven.plugin.amp.Overlay
 
setArtifactId(String) - Method in class org.alfresco.maven.plugin.amp.Overlay
 
setCacheFile(File) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
setClassesDirectory(File) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
setClassifier(String) - Method in class org.alfresco.maven.plugin.amp.AmpMojo
set the internal value for the classifier property
setClassifier(String) - Method in class org.alfresco.maven.plugin.amp.Overlay
 
setEncoding(String) - Method in class org.alfresco.plexus.archiver.AmpUnArchiver
Sets the encoding to assume for file names and comments.
setExcludes(String) - Method in class org.alfresco.maven.plugin.amp.Overlay
 
setExcludes(String[]) - Method in class org.alfresco.maven.plugin.amp.Overlay
 
setFiltered(boolean) - Method in class org.alfresco.maven.plugin.amp.Overlay
 
setFilters(List) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
setGroupId(String) - Method in class org.alfresco.maven.plugin.amp.Overlay
 
setId(String) - Method in class org.alfresco.maven.plugin.amp.Overlay
 
setIncludes(String) - Method in class org.alfresco.maven.plugin.amp.Overlay
 
setIncludes(String[]) - Method in class org.alfresco.maven.plugin.amp.Overlay
 
setJarArchiver(JarArchiver) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
setModuleProperties(File) - Method in class org.alfresco.plexus.archiver.AmpArchiver
 
setOutputDirectory(String) - Method in class org.alfresco.maven.plugin.amp.AmpMojo
set the internal value for the outputDirectory property
setOutputFileNameMapping(String) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
setOverlays(List) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
setPrimaryArtifact(boolean) - Method in class org.alfresco.maven.plugin.amp.AmpMojo
set the internal value for the primaryArtifact property
setProject(MavenProject) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
setProjectHelper(MavenProjectHelper) - Method in class org.alfresco.maven.plugin.amp.AmpMojo
set the internal value for the projectHelper property
setPropertyName(String) - Method in class com.sourcesense.maven.StripMojo
 
setSeparator(String) - Method in class com.sourcesense.maven.StripMojo
 
setSkip(boolean) - Method in class org.alfresco.maven.plugin.amp.Overlay
 
setTargetPath(String) - Method in class org.alfresco.maven.plugin.amp.Overlay
 
setType(String) - Method in class org.alfresco.maven.plugin.amp.Overlay
 
setUseCache(boolean) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
setWebXml(File) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
setWorkDirectory(File) - Method in class org.alfresco.maven.plugin.amp.AbstractAmpMojo
 
shouldSkip() - Method in class org.alfresco.maven.plugin.amp.Overlay
 
size() - Method in class org.alfresco.maven.plugin.amp.util.PathSet
Returns count of the paths in the set
StripMojo - Class in com.sourcesense.maven
Goal which pushes a stripped version number in the maven project properties, removing the suffix after the configured separator into the project variable noSnapshotVersion
StripMojo() - Constructor for class com.sourcesense.maven.StripMojo
 
superseded(String, String, String) - Method in interface org.alfresco.maven.plugin.amp.util.AmpStructure.RegistrationCallback
Called if the targetFilename for the specified ownerId has been registered successfully by superseding a deprecatedOwnerId, that is the previous owner of the file.
supersededUnknownOwner(String, String, String) - Method in interface org.alfresco.maven.plugin.amp.util.AmpStructure.RegistrationCallback
Called if the targetFilename for the specified ownerId has been registered successfully by superseding a unknownOwnerId, that is an owner that does not exist anymore in the current project.

T

toString() - Method in class org.alfresco.maven.plugin.amp.Overlay
 
toXml(AmpStructure, File) - Method in class org.alfresco.maven.plugin.amp.util.AmpStructureSerializer
Saves the AmpStructure to the specified file.
trimTrailingSlashes(String) - Static method in class org.alfresco.maven.plugin.amp.util.PathSet
The method deletes all trailing slashes from the given string

U

unpackOverlay(AmpPackagingContext, Overlay) - Method in class org.alfresco.maven.plugin.amp.packaging.OverlayPackagingTask
Unpacks the specified overlay.

Z

zipFile(ArchiveEntry, ZipOutputStream, String, int) - Method in class org.alfresco.plexus.archiver.AmpArchiver
 

A B C D E F G H I L M N O P R S T U Z

Copyright © 2009 Alfresco. All Rights Reserved.