Modifier and Type | Method and Description |
---|---|
ResourcePoolEntry.Type |
ResourcePoolEntry.type()
The ResourcePoolEntry's type.
|
static ResourcePoolEntry.Type |
ResourcePoolEntry.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourcePoolEntry.Type[] |
ResourcePoolEntry.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ResourcePoolEntry |
ResourcePoolEntry.create(String path,
ResourcePoolEntry.Type type,
byte[] content)
Create a ResourcePoolEntry for a resource of the given type.
|
static ResourcePoolEntry |
ResourcePoolEntry.create(String path,
ResourcePoolEntry.Type type,
Path file)
Create a ResourcePoolEntry for a resource of the given type.
|
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-08-08-112313.buildd.src