Difference between revisions of "EnumDirStage"
From CCIL
(Created page with "Copies recursively a directory. == Overview == {| |- | '''jar''' | ccil-api |- | '''recommended name''' | dir-enum |- | '''class''' | net.ccil.stages.io.EnumDirStage |-...") |
(→Parameters) |
||
Line 29: | Line 29: | ||
| recurse | | recurse | ||
| ''java.lang.Boolean'' | | ''java.lang.Boolean'' | ||
− | | | + | | Set to ''true'' to apply the pipeline to contained items (if any) also. |
| | | | ||
|- | |- | ||
| regex | | regex | ||
| ''java.lang.String'' | | ''java.lang.String'' | ||
− | | | + | | ''RegEx'' to match the names against. |
| | | | ||
|- | |- |
Latest revision as of 08:29, 2 June 2017
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