Configuration
Configuration Folder
During creation of a new Twist Project a Twist configuration folder twist-conf is created. This folder comprises of
- twist-exclude-classes.properties
- twist.settings
- twist.version
twist-exclude-classes.properties
Twist performs a regular expression search on the strings specified in the file. By default the system classes are already excluded, System classes include the JUnit, JDK, Twist classes, among others. In addition to these, any classes that the you need to exclude can be listed here, on separate lines.
Some examples:
# this is a comment #ignore all files in the com.company.example package com.company.example.* #ignore all webservices and implementations com.company.example.*(webservice|impl).*
twist.settings
Driver related settings are present in this file. Please Do not edit this.
twist.version
The current Twist version is indicated in this file. Please Do not edit this.