|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.io.File baseDir,
java.lang.String[] includes,
java.lang.String[] excludes)
Returns the file to copy. |
| Methods in org.alfresco.maven.plugin.amp.packaging with parameters of type PathSet | |
|---|---|
protected void |
AbstractAmpPackagingTask.copyFiles(java.lang.String sourceId,
AmpPackagingContext context,
java.io.File sourceBaseDir,
PathSet sourceFilesSet)
Copies the files if possible as is. |
protected void |
AbstractAmpPackagingTask.copyFiles(java.lang.String sourceId,
AmpPackagingContext context,
java.io.File sourceBaseDir,
PathSet sourceFilesSet,
java.lang.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(java.lang.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,
java.lang.String prefix)
Adds given paths to the set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||