entrypoint method
Sets the application entrypoint path.
Implementation
SystemPropertiesBuilder entrypoint(String path) {
_entrypoint = path;
return this;
}
Sets the application entrypoint path.
SystemPropertiesBuilder entrypoint(String path) {
_entrypoint = path;
return this;
}