|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stericson.RootTools.internal.Remounter
public class Remounter
Constructor Summary | |
---|---|
Remounter()
|
Method Summary | |
---|---|
boolean |
remount(java.lang.String file,
java.lang.String mountType)
This will take a path, which can contain the file name as well, and attempt to remount the underlying partition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Remounter()
Method Detail |
---|
public boolean remount(java.lang.String file, java.lang.String mountType)
file
- file pathmountType
- mount type: pass in RO (Read only) or RW (Read Write)
boolean
which indicates whether or not the partition
has been remounted as specified.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |