Uses of Class
eu.scape_project.xa.tw.gen.GeneratorException

Packages that use GeneratorException
eu.scape_project.xa.tw.cli   
eu.scape_project.xa.tw.conf   
eu.scape_project.xa.tw.gen   
eu.scape_project.xa.tw.util   
 

Uses of GeneratorException in eu.scape_project.xa.tw.cli
 

Methods in eu.scape_project.xa.tw.cli that throw GeneratorException
static void ToolWrapper.main(String[] args)
          Main method of the command line application
 

Uses of GeneratorException in eu.scape_project.xa.tw.conf
 

Methods in eu.scape_project.xa.tw.conf that throw GeneratorException
 String Configuration.getProjectConfigurationFile()
           
 void Configuration.setProjConf(File confFile)
           
 void Configuration.setXmlConf(File toolspecFile)
           
 

Uses of GeneratorException in eu.scape_project.xa.tw.gen
 

Methods in eu.scape_project.xa.tw.gen that throw GeneratorException
protected  void ServiceCodeCreator.addDataSection(Operation operation, OperationCode oc, InOut inout)
          Add an input/output data section to the operation
 void Substitutor.applySubstitution(String srcFileAbsPath, String trgtFileAbsPath)
          Apply substitution
 void ToolspecValidator.checkpoint()
           
 void ServiceCodeCreator.createOperations()
          Create operations
 void DeploymentCreator.createPom()
          Insert data types
 void PropertiesSubstitutor.deriveVariables()
          Derives some variables from the service definition
 void WsdlCreator.insertDataTypes()
          Insert data types
 void Substitutor.processDirectory(File path)
          Process directory recursively, only if a file is found, the subsitution is applied.
protected abstract  void Substitutor.processFile(File path)
           
 void PropertiesSubstitutor.processFile(File path)
           
 void ToolspecValidator.validate()
           
 void ToolspecValidator.validateWithXMLSchema()
           
 

Constructors in eu.scape_project.xa.tw.gen that throw GeneratorException
PropertiesSubstitutor(String propertiesAbsPath)
          Reads the properties from the project configuration properties file and creates the substitution variable map.
 

Uses of GeneratorException in eu.scape_project.xa.tw.util
 

Constructors in eu.scape_project.xa.tw.util that throw GeneratorException
PropertyUtil(String propertiesFile)
          Construct the property utils object from the properties file
 



Copyright © 2013. All Rights Reserved.