| Constructor and Description |
|---|
NAppImpl() |
public void setBundleName(String bundleName)
public NApp copy()
public NApplication getApplication()
getApplication in interface NApppublic void prepare(NAppInitInfo appInitInfo)
public String getBundleName()
getBundleName in interface NApppublic NApplicationMode getMode()
public List<String> getModeArguments()
getModeArguments in interface NApppublic NCmdLineAutoComplete getAutoComplete()
getAutoComplete in interface NApppublic NOptional<NText> getHelpText()
getHelpText in interface NApppublic Class<?> getSourceType()
getSourceType in interface NApppublic NPath getBinFolder()
getBinFolder in interface NApppublic NPath getConfFolder()
getConfFolder in interface NApppublic NPath getLogFolder()
getLogFolder in interface NApppublic NPath getTempFolder()
getTempFolder in interface NApppublic NPath getVarFolder()
getVarFolder in interface NApppublic NPath getLibFolder()
getLibFolder in interface NApppublic NPath getRunFolder()
getRunFolder in interface NApppublic NPath getCacheFolder()
getCacheFolder in interface NApppublic NPath getVersionFolder(NStoreType storeType, String version)
getVersionFolder in interface NApppublic NPath getSharedAppsFolder()
getSharedAppsFolder in interface NApppublic NPath getSharedConfFolder()
getSharedConfFolder in interface NApppublic NPath getSharedLogFolder()
getSharedLogFolder in interface NApppublic NPath getSharedTempFolder()
getSharedTempFolder in interface NApppublic NPath getSharedVarFolder()
getSharedVarFolder in interface NApppublic NPath getSharedLibFolder()
getSharedLibFolder in interface NApppublic NPath getSharedRunFolder()
getSharedRunFolder in interface NApppublic NPath getSharedFolder(NStoreType location)
getSharedFolder in interface NApppublic NOptional<NVersion> getVersion()
getVersion in interface NApppublic List<String> getArguments()
getArguments in interface NApppublic NClock getStartTime()
getStartTime in interface NApppublic NOptional<NVersion> getPreviousVersion()
getPreviousVersion in interface NApppublic NCmdLine getCmdLine()
getCmdLine in interface NApppublic void runCmdLine(NCmdLineRunner commandLineRunner)
runCmdLine in interface NApppublic NPath getFolder(NStoreType location)
public boolean isExecMode()
isExecMode in interface NApppublic NAppStoreLocationResolver getStoreLocationResolver()
getStoreLocationResolver in interface NApppublic NApp setVersionStoreLocationSupplier(NAppStoreLocationResolver appVersionStoreLocationSupplier)
public NApp setMode(NApplicationMode mode)
public NApp setFolder(NStoreType location, NPath folder)
public NApp setSharedFolder(NStoreType location, NPath folder)
setSharedFolder in interface NApppublic NApp setArguments(List<String> args)
setArguments in interface NApppublic NApp setArguments(String[] args)
setArguments in interface NApppublic NApp setStartTime(NClock startTime)
setStartTime in interface NApppublic <T> T getOrComputeProperty(String name, NScopeType scope, Supplier<T> supplier)
public <T> T setProperty(String name, NScopeType scope, T value)
Copyright © 2026 vpc open source initiative. All rights reserved.