All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.services.uk.org.retep.microkernel.shell.KernelShell Maven / Gradle / Ivy

The newest version!
# the globalAdapter
static globalAdapter = uk.org.retep.microkernel.shell.GlobalAdapter.getInstance()

# A useful progress bar for console applications
static progressBar = new uk.org.retep.microkernel.shell.utils.ProgressBar()

# Hook to enable a script to run another script easily
static call = { file -> globalAdapter.call file }

# The application name
static appName = globalAdapter.getAppName()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy