public abstract class AutoupdateClusterCreator extends Object
Constructor and Description |
---|
AutoupdateClusterCreator() |
Modifier and Type | Method and 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 fails