com.envoisolutions.sxc.builder.impl
Class CompiledContext

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.Object>
          extended by com.envoisolutions.sxc.Context
              extended by com.envoisolutions.sxc.builder.impl.CompiledContext
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>

public class CompiledContext
extends Context

See Also:
Serialized Form

Constructor Summary
CompiledContext(java.lang.ClassLoader cl, java.lang.String readerClsName, java.lang.String writerClsName)
           
 
Method Summary
 Reader createReader()
           
 Writer createWriter()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

CompiledContext

public CompiledContext(java.lang.ClassLoader cl,
                       java.lang.String readerClsName,
                       java.lang.String writerClsName)
Method Detail

createReader

public Reader createReader()
Specified by:
createReader in class Context

createWriter

public Writer createWriter()
Specified by:
createWriter in class Context


Copyright © 2007-2008 Envoi Solutions LLC. All Rights Reserved.