ehcache

Uses of Class
net.sf.ehcache.config.generator.model.XMLGeneratorVisitor.OutputBehavior

Packages that use XMLGeneratorVisitor.OutputBehavior
net.sf.ehcache.config.generator.model This package contains utility classes encapsulating ideas of Elements and Attributes. 
 

Uses of XMLGeneratorVisitor.OutputBehavior in net.sf.ehcache.config.generator.model
 

Methods in net.sf.ehcache.config.generator.model that return XMLGeneratorVisitor.OutputBehavior
static XMLGeneratorVisitor.OutputBehavior XMLGeneratorVisitor.OutputBehavior.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XMLGeneratorVisitor.OutputBehavior[] XMLGeneratorVisitor.OutputBehavior.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.ehcache.config.generator.model with parameters of type XMLGeneratorVisitor.OutputBehavior
 void XMLGeneratorVisitor.disableOutputBehavior(XMLGeneratorVisitor.OutputBehavior behavior)
          Disables one particular XMLGeneratorVisitor.OutputBehavior
 void XMLGeneratorVisitor.enableOutputBehavior(XMLGeneratorVisitor.OutputBehavior behavior)
          Enables one particular XMLGeneratorVisitor.OutputBehavior
 boolean XMLGeneratorVisitor.isOutputBehaviorEnabled(XMLGeneratorVisitor.OutputBehavior behavior)
          Returns true if the output behavior is enabled
 


ehcache

Copyright 2001-2016, Terracotta, Inc.