Package com.palantir.gradle.jdks
Interface JdkPath
-
@Immutable public interface JdkPath
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classJdkPath.Builderstatic classJdkPath.Extension
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static JdkPath.Builderbuilder()JdkPath.Extensionextension()java.lang.Stringfilename()
-
-
-
Method Detail
-
filename
java.lang.String filename()
-
extension
JdkPath.Extension extension()
-
builder
static JdkPath.Builder builder()
-
-