org.apache.axis2.databinding.schema
Class CompilerOptions

java.lang.Object
  extended byorg.apache.axis2.databinding.schema.CompilerOptions

public class CompilerOptions
extends java.lang.Object

This is a bean class that captures all the compiler options. Right now the compiler options consist of the following 1. output file location - A folder with necessary rights for the schema compiler to write the files


Constructor Summary
CompilerOptions()
           
 
Method Summary
 java.io.File getOutputLocation()
           
 java.lang.String getPackageName()
           
 CompilerOptions setOutputLocation(java.io.File outputLocation)
           
 CompilerOptions setPackageName(java.lang.String packageName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilerOptions

public CompilerOptions()
Method Detail

getPackageName

public java.lang.String getPackageName()

setPackageName

public CompilerOptions setPackageName(java.lang.String packageName)

getOutputLocation

public java.io.File getOutputLocation()

setOutputLocation

public CompilerOptions setOutputLocation(java.io.File outputLocation)