Package | Description |
---|---|
jdk.tools.jlink.plugin |
Modifier and Type | Method and Description |
---|---|
Pool.ModuleDataType |
Pool.ModuleData.getType()
The ModuleData type.
|
static Pool.ModuleDataType |
Pool.ModuleDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pool.ModuleDataType[] |
Pool.ModuleDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Pool.ModuleData |
Pool.newImageFile(String module,
String path,
Pool.ModuleDataType type,
InputStream content,
long size)
Create a ModuleData for a file that will be located outside a jimage
file.
|
Constructor and Description |
---|
ModuleData(String module,
String path,
Pool.ModuleDataType type,
InputStream stream,
long length)
Create a new ModuleData.
|
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-25-041322.buildd.src