Constructor and Description |
---|
JlinkConfiguration(Path output,
List<Path> modulepaths,
Set<String> modules,
Set<String> limitmods)
jlink configuration,
|
JlinkConfiguration(Path output,
List<Path> modulepaths,
Set<String> modules,
Set<String> limitmods,
ByteOrder endian)
jlink configuration,
|
Modifier and Type | Method and Description |
---|---|
ByteOrder |
getByteOrder() |
Set<String> |
getLimitmods() |
List<Path> |
getModulepaths() |
Set<String> |
getModules() |
Path |
getOutput() |
String |
toString()
Returns a string representation of the object.
|
public JlinkConfiguration(Path output, List<Path> modulepaths, Set<String> modules, Set<String> limitmods)
output
- Output directory, must not exist.modulepaths
- Modules pathsmodules
- Root modules to resolvelimitmods
- Limit the universe of observable modulespublic JlinkConfiguration(Path output, List<Path> modulepaths, Set<String> modules, Set<String> limitmods, ByteOrder endian)
output
- Output directory, must not exist.modulepaths
- Modules pathsmodules
- Root modules to resolvelimitmods
- Limit the universe of observable modulesendian
- Jimage byte order. Native order by defaultpublic ByteOrder getByteOrder()
public Path getOutput()
public String toString()
java.lang.Object
toString
method returns a string that
"textually represents" this object. The result should
be a concise but informative representation that is easy for a
person to read.
It is recommended that all subclasses override this method.
The toString
method for class Object
returns a string consisting of the name of the class of which the
object is an instance, the at-sign character `@
', and
the unsigned hexadecimal representation of the hash code of the
object. In other words, this method returns a string equal to the
value of:
getClass().getName() + '@' + Integer.toHexString(hashCode())
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-13-183229.buildd.src