PathRelativityStage
From CCIL
Reduces a path to its relative root.
Overview
jar | ccil-api |
recommended name | path-rel |
class | net.ccil.stages.io.PathRelativityStage |
location | /ccil-api/src/main/java/net/ccil/stages/io/PathRelativityStage.java |
svn | svn://svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/io/PathRelativityStage.java |
Parameters
Name | Type | Description | Comment |
---|---|---|---|
IN | java.lang.Object | The source directory. | |
ctxrelative | java.lang.String | The path is relative to the context. | |
expand | java.lang.Boolean | The path is to be expanded. | |
root | java.lang.String | The root path. |
Registration
service:path-rel rdf:type entity:service ; entity:implementation "net.ccil.stages.io.PathRelativityStage" ; entity:classpath "" ; entity:arguments "" .
Context
TBA
Example
TBA