Class ResolvePathRequest<T>
java.lang.Object
org.codehaus.plexus.languages.java.jpms.ResolvePathRequest<T>
- Since:
- 1.0.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
Field Details
-
jdkHome
-
path
-
-
Constructor Details
-
ResolvePathRequest
private ResolvePathRequest()
-
-
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
-