class MountConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
copyTarget |
private boolean |
mountExpanded |
| Constructor and Description |
|---|
MountConfig() |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
copyTarget()
Should the archive be copied to a temporary location before being mounted.
|
(package private) boolean |
mountExpanded()
Should the archive be mounted as an expanded zip filesystem.
|
(package private) void |
setCopyTarget(boolean copyTarget)
Set whether the archive should be copied before being mounted.
|
(package private) void |
setMountExpanded(boolean mountExpanded)
Set whether the mount should be an expanded zip filesystem.
|
java.lang.String |
toString() |
boolean mountExpanded()
void setMountExpanded(boolean mountExpanded)
mountExpanded - the boolean value to set it toboolean copyTarget()
void setCopyTarget(boolean copyTarget)
copyTarget - the boolean value to set it topublic java.lang.String toString()
toString in class java.lang.Object