Package org.apache.maven.cling.invoker
Class Utils
java.lang.Object
org.apache.maven.cling.invoker.Utils
Various utilities, mostly to bridge "old" and "new" stuff, like Properties vs Maps, File vs Paths, etc.
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.codehaus.plexus.interpolation.BasicInterpolatorcreateInterpolator(Collection<Map<String, String>> properties) static PathfindMandatoryRoot(Path topDirectory) static Pathstatic PathgetCanonicalPath(Path path) static Stringstatic FiletoMap(Properties properties) static intstatic intstatic PropertiestoProperties(Map<String, String> properties) 
- 
Method Details- 
toFile
- 
stripLeadingAndTrailingQuotes
- 
getCanonicalPath
- 
toMap
- 
toProperties
- 
createInterpolator@Nonnull public static org.codehaus.plexus.interpolation.BasicInterpolator createInterpolator(Collection<Map<String, String>> properties) 
- 
prefix
- 
or
- 
toMavenExecutionRequestLoggingLevel
- 
toPlexusLoggingLevel
- 
findRoot
- 
findMandatoryRoot
 
-