entrypoint method

SystemPropertiesBuilder entrypoint(
  1. String path
)

Sets the application entrypoint path.

Implementation

SystemPropertiesBuilder entrypoint(String path) {
  _entrypoint = path;
  return this;
}