Modifier and Type | Method and Description |
---|---|
static BundleRecord |
BundleRecord.parse(String buffer)
Parse a bundle record into component values.
|
Modifier and Type | Method and Description |
---|---|
static HashMap<String,BundleRecord> |
Bundle.load(File file)
Loads a bundle description.
|
static HashMap<String,BundleRecord> |
Bundle.load(String pathname)
Loads a bundle description.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BundleRecord.sameAs(BundleRecord rec) |
Modifier and Type | Method and Description |
---|---|
static void |
Bundle.store(File file,
HashMap<String,BundleRecord> bundle)
Store a bundle definition.
|
static void |
Bundle.store(String pathname,
HashMap<String,BundleRecord> bundle)
Store a bundle definition.
|
Copyright © 2014-2016 Regents University of California. All Rights Reserved.