public abstract class ResolvePathRequest<T> extends Object
Modifier and Type | Method | Description |
---|---|---|
Path |
getJdkHome() |
|
T |
getPathElement() |
|
static ResolvePathRequest<File> |
ofFile(File file) |
|
static ResolvePathRequest<Path> |
ofPath(Path path) |
|
static ResolvePathRequest<String> |
ofString(String string) |
|
ResolvePathRequest<T> |
setJdkHome(T jdkHome) |
In case the JRE is Java 8 or before, this jdkHome is used to extract the module name.
|
protected abstract Path |
toPath(T t) |
public static ResolvePathRequest<File> ofFile(File file)
public static ResolvePathRequest<Path> ofPath(Path path)
public static ResolvePathRequest<String> ofString(String string)
public T getPathElement()
public ResolvePathRequest<T> setJdkHome(T jdkHome)
jdkHome
- public Path getJdkHome()
Copyright © 2001–2018 Codehaus Plexus. All rights reserved.