Uses of Class
org.alfresco.maven.plugin.amp.util.PathSet

Packages that use PathSet
org.alfresco.maven.plugin.amp.packaging   
org.alfresco.maven.plugin.amp.util   
 

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

Methods in org.alfresco.maven.plugin.amp.packaging that return PathSet
protected  PathSet AbstractAmpPackagingTask.getFilesToIncludes(File baseDir, String[] includes, String[] excludes)
          Returns the file to copy.
 

Methods in org.alfresco.maven.plugin.amp.packaging with parameters of type PathSet
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.
 

Uses of PathSet in org.alfresco.maven.plugin.amp.util
 

Methods in org.alfresco.maven.plugin.amp.util that return PathSet
 PathSet AmpStructure.getFullStructure()
          Returns all paths that have been registered so far.
 PathSet AmpStructure.getStructure(String id)
          Returns the list of registered files for the specified owner.
 

Methods in org.alfresco.maven.plugin.amp.util with parameters of type PathSet
 void PathSet.addAll(PathSet paths)
          Adds given paths to the set.
 void PathSet.addAll(PathSet paths, String prefix)
          Adds given paths to the set.
 



Copyright © 2012 Alfresco. All Rights Reserved.