Package org.apache.felix.bundleplugin
Class RelativizePath
java.lang.Object
org.apache.felix.bundleplugin.RelativizePath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static StringconvertToRelativePath(File thing, File relativeTo) relativize a pathname.parentDirs(File of)
-
Constructor Details
-
RelativizePath
private RelativizePath()
-
-
Method Details
-
convertToRelativePath
relativize a pathname.- Parameters:
thing- Absolute File of something. (e.g., a parent pom)relativeTo- base to relativize it do. (e.g., a pom into which a relative pathname to the 'thing' is to be installed).- Returns:
-
parentDirs
-