public class UpdateBox extends Object implements com.oracle.bedrock.Option
Option to specify a Vagrant Box should up updated prior to starting.
Copyright (c) 2016. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
| Modifier and Type | Method and Description |
|---|---|
static UpdateBox |
enabled(boolean update)
Obtains an
UpdateBox based on the specified value. |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEnabled()
Determine if updating is enabled?
|
static UpdateBox |
no()
|
static UpdateBox |
yes()
|
public boolean isEnabled()
true if enabled, false otherwisepublic static UpdateBox enabled(boolean update)
UpdateBox based on the specified value.update - if updating is enabledUpdateBox for the specified valueCopyright © 2017. All rights reserved.