setPath method

Loader setPath(
  1. String path
)

Implementation

Loader setPath(String path) {
  this.path = path;
  return this;
}