Class AgentFileProtocolResolverRegistrar

java.lang.Object
com.netflix.genie.web.agent.resources.AgentFileProtocolResolverRegistrar
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class AgentFileProtocolResolverRegistrar extends Object implements org.springframework.context.ApplicationContextAware
Registers AgentFileProtocolResolver in the application context.
Since:
4.0.0
  • Constructor Details

    • AgentFileProtocolResolverRegistrar

      public AgentFileProtocolResolverRegistrar(AgentFileProtocolResolver agentFileProtocolResolver)
      Constructor.
      Parameters:
      agentFileProtocolResolver - the resolver to register
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException