CentraSite 10.3 | CentraSite Developer's Guide | Custom Policy Actions | Custom Policy Actions | Downloading Rules from System Action Templates
 
Downloading Rules from System Action Templates
You can download the rules associated with CentraSite system action templates.
*To download a rule
1. In CentraSite Control, go to Policies > Action Templates.
2. Locate the action template whose rule you want to download and select its name.
3. Select the .zip file in the Uploaded File field and then download the rule.
The structure of the zip file created by the download feature is as follows:
*A folder named lib, which contains a jar file with the action’s executor class and the external libraries.
*A folder named META-INF, which contains a property file named assertion.properties, which is the build file for the action. It includes an entry of the following format:
com.softwareag.centrasite.policy.rule.class=<fully_qualified_class_name>