org.neovera.jdiablo.internal
Class EnvContainer

java.lang.Object
  extended by org.neovera.jdiablo.internal.EnvContainer

public class EnvContainer
extends Object


Constructor Summary
EnvContainer(Environment environment)
           
EnvContainer(Environment environment, boolean state)
           
 
Method Summary
 Environment getEnvironment()
           
 List<OptionPropertySpi> getOptionProperties()
           
 boolean isNew()
           
 void setEnvironment(Environment environment)
           
 void setNew(boolean new1)
           
 void setOptionProperties(List<OptionPropertySpi> optionProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvContainer

public EnvContainer(Environment environment)

EnvContainer

public EnvContainer(Environment environment,
                    boolean state)
Method Detail

getEnvironment

public Environment getEnvironment()

setEnvironment

public void setEnvironment(Environment environment)

isNew

public boolean isNew()

setNew

public void setNew(boolean new1)

getOptionProperties

public List<OptionPropertySpi> getOptionProperties()

setOptionProperties

public void setOptionProperties(List<OptionPropertySpi> optionProperties)


Copyright © 2014 Neovera Inc.. All rights reserved.