EnumDirStage
From CCIL
Copies recursively a directory.
Overview
jar | ccil-api |
recommended name | dir-enum |
class | net.ccil.stages.io.EnumDirStage |
location | /ccil-api/src/main/java/net/ccil/stages/io/EnumDirStage.java |
svn | svn://svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/io/EnumDirStage.java |
Parameters
Name | Type | Description | Comment |
---|---|---|---|
recurse | java.lang.Boolean | Set to true to apply the pipeline to contained items (if any) also. | |
regex | java.lang.String | RegEx to match the names against. | |
process | java.lang.String | The pipelibne to execute on each item. | |
root | java.lang.String | The item to start tghe operation from. |
Registration
service:dir-enum rdf:type entity:service ; entity:implementation "net.ccil.stages.io.EnumDirStage" ; entity:classpath "" ; entity:arguments "" .
Context
TBA
Example
TBA