| Package | Description |
|---|---|
| weka.core | |
| weka.core.packageManagement |
| Modifier and Type | Method and Description |
|---|---|
static PackageManager |
WekaPackageManager.getUnderlyingPackageManager()
Get the underlying package manager implementation
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPackageManager
A concrete implementation of PackageManager that uses Java properties
files/class to manage package meta data.
|
| Modifier and Type | Method and Description |
|---|---|
static PackageManager |
PackageManager.create() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPackage.setPackageManager(PackageManager p)
Set the package manager for this package
|
| Constructor and Description |
|---|
DefaultPackage(File packageHome,
PackageManager manager)
Constructs a new DefaultPackage.
|
DefaultPackage(File packageHome,
PackageManager manager,
Map<?,?> packageMetaData)
Constructs an new DefaultPackage.
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.