org.glassfish.examples.ctm
Class EnvironmentXml

java.lang.Object
  extended by org.glassfish.examples.ctm.EnvironmentXml
All Implemented Interfaces:
Populator

@Service
public class EnvironmentXml
extends Object
implements Populator

Reads Environment from xml.

Author:
andriy.zhdanov

Field Summary
protected  Habitat habitat
           
 
Constructor Summary
EnvironmentXml()
           
 
Method Summary
 void run(ConfigParser parser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

habitat

@Inject
protected Habitat habitat
Constructor Detail

EnvironmentXml

public EnvironmentXml()
Method Detail

run

public void run(ConfigParser parser)
         throws ConfigPopulatorException
Specified by:
run in interface Populator
Throws:
ConfigPopulatorException


Copyright © 2013 Oracle Corporation. All Rights Reserved.