Return to www.inductionframework.org

com.acciente.induction.init.config
Class Config.JavaClassPath

java.lang.Object
  extended by com.acciente.induction.init.config.Config.JavaClassPath
Enclosing class:
Config

public static class Config.JavaClassPath
extends java.lang.Object

Modular configuration container


Nested Class Summary
static class Config.JavaClassPath.CompiledDir
          Modular configuration container
static class Config.JavaClassPath.JavaCompiler
          Modular configuration container
static class Config.JavaClassPath.SourceDir
          Modular configuration container
 
Constructor Summary
Config.JavaClassPath()
           
 
Method Summary
 void addCompiledDir(java.io.File oDir, java.lang.String sPackagePrefixName)
           
 void addSourceDir(java.io.File oDir, java.lang.String sPackagePrefixName)
           
 java.util.List getDirList()
           
 Config.JavaClassPath.JavaCompiler getJavaCompiler()
          This method is used to configure the java compiler used for compiling java sources at runtime.
 java.lang.String toString()
           
 java.lang.String toXML()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Config.JavaClassPath

public Config.JavaClassPath()
Method Detail

addCompiledDir

public void addCompiledDir(java.io.File oDir,
                           java.lang.String sPackagePrefixName)

addSourceDir

public void addSourceDir(java.io.File oDir,
                         java.lang.String sPackagePrefixName)

getDirList

public java.util.List getDirList()

getJavaCompiler

public Config.JavaClassPath.JavaCompiler getJavaCompiler()
This method is used to configure the java compiler used for compiling java sources at runtime.

Returns:
an object reference that has the compiler settings

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toXML

public java.lang.String toXML()

Return to www.inductionframework.org

Copyright (c) 2008 Acciente, LLC. All rights reserved.