| Modifier and Type | Method and Description |
|---|---|
static ScatteredArchive.Type |
ScatteredArchive.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScatteredArchive.Type[] |
ScatteredArchive.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ScatteredArchive(String name,
ScatteredArchive.Type type)
Construct a new empty scattered archive.
|
ScatteredArchive(String name,
ScatteredArchive.Type type,
File rootDirectory)
Construct a new scattered archive with all the contents from the rootDirectory.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.