akka.dispatch
Class CachingConfig.ValuePathEntry

java.lang.Object
  extended by akka.dispatch.CachingConfig.ValuePathEntry
All Implemented Interfaces:
CachingConfig.PathEntry, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
CachingConfig

public static class CachingConfig.ValuePathEntry
extends java.lang.Object
implements CachingConfig.PathEntry, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
CachingConfig.ValuePathEntry(boolean valid, boolean exists, com.typesafe.config.Config config)
           
 
Method Summary
 com.typesafe.config.Config config()
           
 boolean exists()
           
 boolean valid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

CachingConfig.ValuePathEntry

public CachingConfig.ValuePathEntry(boolean valid,
                                    boolean exists,
                                    com.typesafe.config.Config config)
Method Detail

valid

public boolean valid()
Specified by:
valid in interface CachingConfig.PathEntry

exists

public boolean exists()
Specified by:
exists in interface CachingConfig.PathEntry

config

public com.typesafe.config.Config config()
Specified by:
config in interface CachingConfig.PathEntry