public class NDeleteFileHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DELETE_FOLDERS_HEADER |
| Constructor and Description |
|---|
NDeleteFileHelper() |
| Modifier and Type | Method and Description |
|---|---|
static long |
deleteAndConfirmAll(Path[] folders,
boolean force,
NReservedDeleteFilesContext refForceAll,
String header,
net.thevpc.nuts.log.NLog bLog,
net.thevpc.nuts.NBootOptions bOptions,
Supplier<String> readline) |
static long |
deleteAndConfirmAll(Path[] folders,
boolean force,
String header,
net.thevpc.nuts.log.NLog bLog,
net.thevpc.nuts.NBootOptions bOptions,
Supplier<String> readline) |
static long |
deleteStoreLocations(net.thevpc.nuts.NBootOptions lastBootOptions,
net.thevpc.nuts.NBootOptions o,
boolean includeRoot,
net.thevpc.nuts.log.NLog bLog,
Object[] locations,
Supplier<String> readline) |
public static final String DELETE_FOLDERS_HEADER
public static long deleteStoreLocations(net.thevpc.nuts.NBootOptions lastBootOptions,
net.thevpc.nuts.NBootOptions o,
boolean includeRoot,
net.thevpc.nuts.log.NLog bLog,
Object[] locations,
Supplier<String> readline)
includeRoot - true if include rootlocations - of type NutsStoreLocation, Path of Filereadline - public static long deleteAndConfirmAll(Path[] folders, boolean force, String header, net.thevpc.nuts.log.NLog bLog, net.thevpc.nuts.NBootOptions bOptions, Supplier<String> readline)
public static long deleteAndConfirmAll(Path[] folders, boolean force, NReservedDeleteFilesContext refForceAll, String header, net.thevpc.nuts.log.NLog bLog, net.thevpc.nuts.NBootOptions bOptions, Supplier<String> readline)
Copyright © 2025 vpc open source initiative. All rights reserved.