com.caucho.config.core
Class ResinImport

java.lang.Object
  extended by com.caucho.config.core.ResinControl
      extended by com.caucho.config.core.ResinImport

public class ResinImport
extends ResinControl

Imports values from a separate file.


Constructor Summary
ResinImport()
           
 
Method Summary
 void init()
           
 void setFileset(FileSetType fileSet)
          Sets the resin:import fileset.
 void setOptional(boolean optional)
          Sets true if the path is optional.
 void setPath(Path path)
          Sets the resin:import path.
 
Methods inherited from class com.caucho.config.core.ResinControl
getObject, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResinImport

public ResinImport()
Method Detail

setPath

public void setPath(Path path)
Sets the resin:import path.


setFileset

public void setFileset(FileSetType fileSet)
Sets the resin:import fileset.


setOptional

public void setOptional(boolean optional)
Sets true if the path is optional.


init

public void init()
          throws java.lang.Exception
Throws:
java.lang.Exception