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 Summary
ConstructorsConstructorDescriptionAgentFileProtocolResolverRegistrar(AgentFileProtocolResolver agentFileProtocolResolver) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
Constructor Details
-
AgentFileProtocolResolverRegistrar
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:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-