public interface ProjectContext
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
environment()
Returns the environment variables.
|
default String |
environment(String name)
Returns the environment variable.
|
CommandLauncher |
getCommandLauncher()
Returns a command launcher of this context.
|
Map<String,String> |
properties()
Returns the system properties.
|
default String |
property(String key)
Returns the system property.
|
Map<String,String> environment()
default String environment(String name)
name
- the variable namenull
if it is not definedMap<String,String> properties()
default String property(String key)
key
- the property keynull
if it is not definedCommandLauncher getCommandLauncher()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.