Class ResolvePathRequest<T>
java.lang.Object
org.codehaus.plexus.languages.java.jpms.ResolvePathRequest<T>
- Since:
- 1.0.0
- Author:
- Robert Scholte
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResolvePathRequest
<File> static ResolvePathRequest
<Path> static ResolvePathRequest
<String> setJdkHome
(T jdkHome) In case the JRE is Java 8 or before, this jdkHome is used to extract the module name.protected abstract Path
-
Method Details
-
ofFile
-
ofPath
-
ofString
-
toPath
-
getPathElement
-
setJdkHome
In case the JRE is Java 8 or before, this jdkHome is used to extract the module name.- Parameters:
jdkHome
-- Returns:
- this request
-
getJdkHome
-