public abstract class AutoupdateClusterCreator extends Object
Constructor | Description |
---|---|
AutoupdateClusterCreator() |
Modifier and Type | Method | Description |
---|---|---|
protected abstract File |
findCluster(String clusterName) |
Finds the right cluster directory for given cluster name.
|
protected abstract File[] |
registerCluster(String clusterName,
File cluster) |
Changes the launcher to know about the new cluster and
use it next time the system starts.
|
protected abstract File findCluster(String clusterName)
clusterName
- the name of the cluster the autoupdate client is searching forprotected abstract File[] registerCluster(String clusterName, File cluster) throws IOException
clusterName
- the name of the clustercluster
- file previously returned by findClusterIOException
- if the registration failsBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.