public class VfsRootAccess
extends java.lang.Object
Constructor and Description |
---|
VfsRootAccess() |
Modifier and Type | Method and Description |
---|---|
static void |
allowRootAccess(Disposable disposable,
java.lang.String... roots) |
static void |
allowRootAccess(java.lang.String... roots)
Deprecated.
Use
allowRootAccess(Disposable, String...) instead |
static void |
disallowRootAccess(java.lang.String... roots)
Deprecated.
Use
allowRootAccess(Disposable, String...) instead |
public static void allowRootAccess(Disposable disposable, java.lang.String... roots)
@Deprecated public static void allowRootAccess(java.lang.String... roots)
allowRootAccess(Disposable, String...)
instead@Deprecated public static void disallowRootAccess(java.lang.String... roots)
allowRootAccess(Disposable, String...)
instead