public class InstallHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
args |
protected List<AbstractNInstallCmd.ConditionalArguments> |
conditionalArguments |
protected NId[] |
failed |
protected InstallIdList |
list |
protected NDefinition[] |
result |
| Constructor and Description |
|---|
InstallHelper(DefaultNWorkspace ws,
InstallIdList list,
boolean updateMode,
List<String> args,
List<AbstractNInstallCmd.ConditionalArguments> conditionalArguments) |
| Modifier and Type | Method and Description |
|---|---|
protected NLog |
_LOG() |
boolean |
doInstallOneImplUnsafe(InstallIdInfo info,
InstallIdList list) |
InstallIdCacheItem |
getCache(NId id) |
InstallIdList |
getList() |
void |
installAll() |
void |
uninstallImpl(InstallIdInfo def,
boolean runInstaller,
boolean deleteFiles,
boolean eraseFiles,
boolean traceBeforeEvent) |
protected NDefinition[] result
protected NId[] failed
protected List<AbstractNInstallCmd.ConditionalArguments> conditionalArguments
protected final InstallIdList list
public InstallHelper(DefaultNWorkspace ws, InstallIdList list, boolean updateMode, List<String> args, List<AbstractNInstallCmd.ConditionalArguments> conditionalArguments)
public InstallIdList getList()
public InstallIdCacheItem getCache(NId id)
public void installAll()
public boolean doInstallOneImplUnsafe(InstallIdInfo info, InstallIdList list)
protected NLog _LOG()
public void uninstallImpl(InstallIdInfo def, boolean runInstaller, boolean deleteFiles, boolean eraseFiles, boolean traceBeforeEvent)
Copyright © 2025 vpc open source initiative. All rights reserved.