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
The user can add packages/classes on separate lines that you want to exclude here. 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 user needs to exclude can be listed here.
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. The users are requested not to edit this.
twist.version
The current Twist version is indicated in this file. The users are requested not to edit this.