PathRelativityStage

From CCIL
Revision as of 08:58, 2 June 2017 by Atanas.ilchev (Talk | contribs) (Created page with "Reduces a path to its relative root. == Overview == {| |- | '''jar''' | ccil-api |- | '''recommended name''' | path-rel |- | '''class''' | net.ccil.stages.io.PathRelati...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

See Also