public AccessControlListProviderImpl()

in runAs-agent/src/main/java/jetbrains/buildServer/runAs/agent/AccessControlListProviderImpl.java [24:33]


  public AccessControlListProviderImpl(
    @NotNull final PathsService pathsService,
    @NotNull final TextParser<AccessControlList> fileAccessParser,
    @NotNull final AgentParametersService agentParametersService,
    @NotNull final ProfileParametersService profileParametersService) {
    myPathsService = pathsService;
    myFileAccessParser = fileAccessParser;
    myAgentParametersService = agentParametersService;
    myProfileParametersService = profileParametersService;
  }