org.glassfish.kernel.embedded
Class EmbeddedInhabitantsParser

java.lang.Object
  extended by org.glassfish.kernel.embedded.EmbeddedInhabitantsParser
All Implemented Interfaces:
com.sun.hk2.component.InhabitantsParserDecorator

@MetaInfServices
public class EmbeddedInhabitantsParser
extends Object
implements com.sun.hk2.component.InhabitantsParserDecorator

Kernel's decoration for embedded environment.

Author:
Jerome Dochez

Constructor Summary
EmbeddedInhabitantsParser()
           
 
Method Summary
 void decorate(com.sun.hk2.component.InhabitantsParser parser)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedInhabitantsParser

public EmbeddedInhabitantsParser()
Method Detail

getName

public String getName()
Specified by:
getName in interface com.sun.hk2.component.InhabitantsParserDecorator

decorate

public void decorate(com.sun.hk2.component.InhabitantsParser parser)
Specified by:
decorate in interface com.sun.hk2.component.InhabitantsParserDecorator


Copyright © 2012. All Rights Reserved.